Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj committed Dec 21, 2024
1 parent d5079f2 commit a3fce1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion check_diff/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use check_diff::{check_diff, compile_rustfmt, CheckDiffError};
use check_diff::{CheckDiffError, check_diff, compile_rustfmt};
use clap::Parser;
use tempfile::Builder;
use tracing::info;
Expand Down
2 changes: 1 addition & 1 deletion check_diff/tests/check_diff.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use check_diff::{
check_diff, compile_rustfmt, search_for_rs_files, CheckDiffError, CheckDiffRunners,
CheckDiffError, CheckDiffRunners, check_diff, compile_rustfmt, search_for_rs_files,
};
use std::fs::File;
use tempfile::Builder;
Expand Down

0 comments on commit a3fce1e

Please sign in to comment.