Skip to content

Commit

Permalink
snippets/java-mode/print: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Dec 17, 2016
1 parent e2a3db3 commit f19629a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion snippets/java-mode/print
Expand Up @@ -3,4 +3,4 @@
# condition: (> aya-invokation-point 10)
# key: pp
# --
System.out.print($0);
System.out.print ($0);
2 changes: 1 addition & 1 deletion snippets/java-mode/println
Expand Up @@ -3,4 +3,4 @@
# condition: (> aya-invokation-point 10)
# key: p
# --
System.out.println($0);
System.out.println ($0);

0 comments on commit f19629a

Please sign in to comment.