delete old config files
[~bandali/configs] / .emacs.d / etc / yasnippet / snippets / java-mode / printf
index eac39a1..1b8c277 100644 (file)
@@ -2,4 +2,4 @@
 # name: printf
 # key: pf
 # --
-System.out.printf("$1${2:%n}");$0
\ No newline at end of file
+System.out.printf("$1${2:%n}"$3);$0
\ No newline at end of file