Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed Jul 30, 2024
1 parent f9a940d commit 716577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metamath-knife/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn main() {
}

#[cfg(feature = "xml")]
if let Some(file) = cli.export_graphml_deps {
if let Some(file) = &cli.export_graphml_deps {
File::create(file)
.map_err(|err| err.into())
.and_then(|file| db.export_graphml_deps(&mut BufWriter::new(file)))
Expand Down

0 comments on commit 716577c

Please sign in to comment.