Skip to content

Commit 461f96f

Browse files
author
Michael Millwood
committed
fixed typo in Java if snippet
1 parent 6ccbccd commit 461f96f

File tree

1 file changed

+1
-1
lines changed
  • java-mode

1 file changed

+1
-1
lines changed

java-mode/if

+1-1
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)