mirror of https://github.com/sbt/sbt.git
Formatting
This commit is contained in:
parent
05cecc378c
commit
494f384c49
|
|
@ -46,7 +46,19 @@ object InterfaceUtil {
|
||||||
sourcePath0: Option[String],
|
sourcePath0: Option[String],
|
||||||
sourceFile0: Option[File]
|
sourceFile0: Option[File]
|
||||||
): Position =
|
): Position =
|
||||||
position(line0, content, offset0, pointer0, pointerSpace0, sourcePath0, sourceFile0, None, None, None, None, None, None)
|
position(line0,
|
||||||
|
content,
|
||||||
|
offset0,
|
||||||
|
pointer0,
|
||||||
|
pointerSpace0,
|
||||||
|
sourcePath0,
|
||||||
|
sourceFile0,
|
||||||
|
None,
|
||||||
|
None,
|
||||||
|
None,
|
||||||
|
None,
|
||||||
|
None,
|
||||||
|
None)
|
||||||
|
|
||||||
def position(
|
def position(
|
||||||
line0: Option[Integer],
|
line0: Option[Integer],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue