Skip to content

Commit

Permalink
fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 7, 2024
1 parent dc00449 commit ea99071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clap::Parser;
use egglog::{EGraph, Error, RunMode, SerializeConfig, SerializedNode};
use egglog::{EGraph, Error, RunMode, SerializeConfig};
use std::io::{self, BufRead, BufReader};
use std::path::PathBuf;

Expand Down

0 comments on commit ea99071

Please sign in to comment.