Merge pull request #174 from eed3si9n/wip/format

Formatting
This commit is contained in:
eugene yokota 2018-08-29 01:41:59 -04:00 committed by GitHub
commit eb6cdf77d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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],