Unnamed repository; edit this file 'description' to name the repository.
-rw-r--r--crates/ide-completion/src/snippet.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide-completion/src/snippet.rs b/crates/ide-completion/src/snippet.rs
index a6bb3d0648..b0a1897526 100644
--- a/crates/ide-completion/src/snippet.rs
+++ b/crates/ide-completion/src/snippet.rs
@@ -17,7 +17,7 @@
// "body": [
// "thread::spawn(move || {",
// "\t$0",
-// ")};",
+// "});",
// ],
// "description": "Insert a thread::spawn call",
// "requires": "std::thread",