Skip to content

Commit 21841f3

Browse files
committed
format the files
Signed-off-by: Siddhi Agrawal <[email protected]>
1 parent 144ae00 commit 21841f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kclvm/tools/src/LSP/src/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,7 @@ fn complete_import_external_file_e2e_test() {
15291529

15301530
#[test]
15311531
fn mod_file_watcher_modify_test() {
1532-
let path = PathBuf::from(".")
1532+
let path = PathBuf::from(".")
15331533
.join("src")
15341534
.join("test_data")
15351535
.join("watcher")
@@ -1563,7 +1563,7 @@ fn mod_file_watcher_modify_test() {
15631563
},
15641564
},
15651565
);
1566-
1566+
15671567
// Simulate modifying the kcl.mod file
15681568
std::fs::write(&mod_file_path, "[package]\nname = \"add\"\nedition = \"v0.9.0\"\nversion = \"0.0.1\"\n\n[dependencies]\nhelloworld = \"0.1.4\"\n").unwrap();
15691569

0 commit comments

Comments
 (0)