Skip to content

Commit cb77870

Browse files
committed
Fixing line break
1 parent 9d63fd4 commit cb77870

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog/_posts/2016-10-14-dotty-errors.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ It doesn't really make sense to put this in a `try`-block for two reasons:
3232
So let's say we compile this file using scalac, we get something like:
3333

3434
<pre>
35-
test.scala:2: warning: A try without a catch or finally is equivalent to putting its body in a block; no exceptions are handled.
35+
test.scala:2: warning: A try without a catch or finally is equivalent to putting
36+
its body in a block; no exceptions are handled.
3637
try {
3738
^
3839
one warning found

0 commit comments

Comments
 (0)