Skip to content

Commit

Permalink
Corrected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsutcliffe99 authored Jun 9, 2024
1 parent 6e09442 commit ebbce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybindings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ impl Decomposer {
fn use_cats(&mut self, b: bool) {
self.d.use_cats(b);
}
fn get_nterms(&self) -> usize {
fn get_nterms(&self) -> usize {
self.d.nterms
}
}

0 comments on commit ebbce0f

Please sign in to comment.