Skip to content

Commit b343900

Browse files
committed
fix: Remove unused argument
1 parent 64e02a0 commit b343900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bimodal_ke/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fn main() -> Result<()> {
5050
let mut algorithm = dispatch_algorithm(settings, eq, data)?;
5151
let mut result = algorithm.fit()?;
5252
result.write_outputs()?;
53-
result.write_json(true)?;
53+
result.write_json()?;
5454

5555
Ok(())
5656
}

0 commit comments

Comments
 (0)