]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/yasnippet/snippets/scala-mode/try
Sync with yasnippet/master
[gnu-emacs-elpa] / packages / yasnippet / snippets / scala-mode / try
index 0b65a6fe26bf30c4e2495e7967cf7fadc6ed4dbe..c9bf2e2ae5ed841c245c8b8d5216d3ec557dc046 100644 (file)
@@ -5,6 +5,6 @@
 try {
   $0
 } catch {
-  case ${1:e}: ${2:Exception} => 
+  case ${1:e}: ${2:Exception} =>
     ${1:println(\"ERROR: \" + e) // TODO: handle exception}\n}
 }
\ No newline at end of file