Skip to content

Commit e5d042e

Browse files
committed
Apply scalafmt formatting
1 parent 1055449 commit e5d042e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scip-java/src/main/scala/com/sourcegraph/scip_java/buildtools/ScipBuildTool.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ class ScipBuildTool(index: IndexCommand) extends BuildTool("SCIP", index) {
667667

668668
}
669669

670-
private def jvmArchitecture(jvm: String): String =
671-
JvmIndex.defaultArchitecture()
670+
private def jvmArchitecture(jvm: String): String = JvmIndex
671+
.defaultArchitecture()
672672

673673
def defaultCoursierJVMArchitecture: String =
674674
sys.props("os.arch") match {

0 commit comments

Comments
 (0)