From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- scala.html.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'scala.html.markdown') diff --git a/scala.html.markdown b/scala.html.markdown index bb20f624..ca00b8b4 100644 --- a/scala.html.markdown +++ b/scala.html.markdown @@ -11,7 +11,6 @@ contributors: Scala - the scalable language ```scala - ///////////////////////////////////////////////// // 0. Basics ///////////////////////////////////////////////// @@ -742,7 +741,6 @@ val writer = new PrintWriter("myfile.txt") writer.write("Writing line for line" + util.Properties.lineSeparator) writer.write("Another line here" + util.Properties.lineSeparator) writer.close() - ``` ## Further resources -- cgit v1.2.3