From 9068be90873fac750a9e0ebf40155eaf08f37a65 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 9 Oct 2013 10:33:45 -0700 Subject: [PATCH] Updated Improving .sbt format (take 2) (markdown) --- Improving-.sbt-format-(take-2).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Improving-.sbt-format-(take-2).md b/Improving-.sbt-format-(take-2).md index 3df8a9d..60f9f52 100644 --- a/Improving-.sbt-format-(take-2).md +++ b/Improving-.sbt-format-(take-2).md @@ -43,7 +43,7 @@ def helperMethod(in: Input1): Unit = { } ``` -While this is a valid scala expression, it is not expressible in the .sbt format, because of the blank lines. While sbt 0.13 provides a helpful error message, the user is required to make one of two changes: +While this is a valid scala method definition, it is not expressible in the .sbt format, because of the blank lines. While sbt 0.13 provides a helpful error message, the user is required to make one of two changes: 1. remove blank lines 2. replace blank lines with empty comments.