Skip to content

Commit be85409

Browse files
committed
Adjust indention
1 parent 2f7db28 commit be85409

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benchmarks/build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ val nd4jRuntime = settingKey[String]("\"cuda-8.0\" to run benchmark on GPU, \"na
66

77
nd4jRuntime in Global := "native"
88

9-
libraryDependencies += {
10-
"org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.8.0"
11-
}
9+
libraryDependencies += "org.nd4j" % s"nd4j-${nd4jRuntime.value}-platform" % "0.8.0"
1210

1311
libraryDependencies += ("org.lwjgl" % "lwjgl" % "3.1.6").jar().classifier {
1412
import scala.util.Properties._

0 commit comments

Comments
 (0)