Skip to content

Commit 5e09406

Browse files
committed
Remove newlines at end of while-let and if-let
1 parent f2c880d commit 5e09406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-mode/if-let

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# --
66
if let ${1:Some(${2:x})} = ${3:var} {
77
`%`$0
8-
}
8+
}

rust-mode/while-let

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# --
66
while let ${1:pattern} = ${2:expression} {
77
$0
8-
}
8+
}

0 commit comments

Comments
 (0)