Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jxors committed Feb 21, 2025
1 parent 289f9cb commit 8042780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/liblisa-semantics-tool/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ impl Server {
match e.kind() {
ErrorKind::NotFound => eprintln!("Creating cache {cache:?}"),
_ => eprintln!("Error reading {cache:?}: {e}"),
}
}

let map = build_filter_map(&self.encodings);

Expand Down

0 comments on commit 8042780

Please sign in to comment.