diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-06 08:33:50 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-06 08:33:50 -0700 |
commit | 3e687f1a8ccb1cd0d52a966005551d528ca141df (patch) | |
tree | 30d433ba19ec49808cc0f0de8a161835ad5f29c9 /es-es/scala-es.html.markdown | |
parent | 9fa4b5af80f1cd7fe2469c198d02a21e4f8884a1 (diff) |
Remove leading and trailing empty lines in code blocks
Diffstat (limited to 'es-es/scala-es.html.markdown')
-rw-r--r-- | es-es/scala-es.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/es-es/scala-es.html.markdown b/es-es/scala-es.html.markdown index 2dcb9e7f..becb92dd 100644 --- a/es-es/scala-es.html.markdown +++ b/es-es/scala-es.html.markdown @@ -14,7 +14,6 @@ lang: es-es Scala - El lenguaje escalable ```scala - ///////////////////////////////////////////////// // 0. Básicos ///////////////////////////////////////////////// @@ -729,7 +728,6 @@ val writer = new PrintWriter("miarchivo.txt") writer.write("Escribiendo linea por linea" + util.Properties.lineSeparator) writer.write("Otra linea" + util.Properties.lineSeparator) writer.close() - ``` ## Más recursos |