Skip to content

Commit

Permalink
Fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Mar 14, 2024
1 parent 409f0d5 commit 9ea99e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::collections::HashSet;
use anyhow::Context;
use std::collections::HashSet;

// Constants to aid in parsing
const COMMON_PREFIX_LEN: usize = "ID ".len();
Expand Down

0 comments on commit 9ea99e5

Please sign in to comment.