mirror of https://github.com/sbt/sbt.git
Fix warning position
This commit is contained in:
parent
b71319a153
commit
9b8dee98c8
|
|
@ -111,6 +111,7 @@ class Eval(
|
|||
| def $WrapValName${returnType} = {""".stripMargin
|
||||
val contents = s"""$header
|
||||
|$expression
|
||||
|
|
||||
| }
|
||||
|}
|
||||
|""".stripMargin
|
||||
|
|
|
|||
Loading…
Reference in New Issue