Skip to content

Commit

Permalink
update struct names
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj committed Sep 13, 2024
1 parent f5b5971 commit 223e741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check_diff/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum CheckDiffError {
IO(std::io::Error),
}

pub struct GlobalRunners {
pub struct CheckDiffRunners {
feature_runner: RustfmtRunner,
src_runner: RustfmtRunner,
}
Expand Down

0 comments on commit 223e741

Please sign in to comment.