Skip to content

Commit 80cc0ef

Browse files
committed
Fix typo
1 parent 393a18b commit 80cc0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide-completion/src/snippet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// "body": [
1818
// "thread::spawn(move || {",
1919
// "\t$0",
20-
// ")};",
20+
// "});",
2121
// ],
2222
// "description": "Insert a thread::spawn call",
2323
// "requires": "std::thread",

0 commit comments

Comments
 (0)