Skip to content

Commit 4cccaa0

Browse files
committed
clippy and fmt issues
1 parent 18fdc8c commit 4cccaa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sway-lsp/tests/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ fn run_garbage_collection_tests_from_projects_dir(projects_dir: PathBuf) -> Resu
24192419
.to_string();
24202420
let main_file = project_dir.join("src/main.sw");
24212421

2422-
// check if this test must be ignored
2422+
// check if this test must be ignored
24232423
let contents = std::fs::read_to_string(&main_file)
24242424
.map(|x| x.contains("ignore garbage_collection_all_language_tests"));
24252425
if let Ok(true) = contents {

0 commit comments

Comments
 (0)