Skip to content

Commit 441bad3

Browse files
authored
Update main_class (#484)
Place cursor at properly indented position
1 parent baf82bd commit 441bad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/java-mode/main_class

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ class `(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))`
77
{
88
public static void main(String[] args)
99
{
10-
$0
10+
$> $0
11+
}
1112
}
12-
}

0 commit comments

Comments
 (0)