Skip to content

Commit 5471ce4

Browse files
author
Henrik Lissner
authored
Merge pull request #19 from NotGate/master
Fixed typo in Java if snippet
2 parents 6ccbccd + 461f96f commit 5471ce4

File tree

1 file changed

+1
-1
lines changed
  • java-mode

1 file changed

+1
-1
lines changed

java-mode/if

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
# uuid: if
55
# condition: (not (sp-point-in-string-or-comment))
66
# --
7-
if (${1:true) {
7+
if (${1:true}) {
88
$0
99
}

0 commit comments

Comments
 (0)