Formatting

This commit is contained in:
Eugene Yokota 2018-08-16 16:36:41 -04:00
parent 05cecc378c
commit 494f384c49
1 changed files with 13 additions and 1 deletions

View File

@ -46,7 +46,19 @@ object InterfaceUtil {
sourcePath0: Option[String],
sourceFile0: Option[File]
): 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(
line0: Option[Integer],