Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi-databricks committed Apr 3, 2019
1 parent 65df9ad commit c6c7b13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.scalafmt
import org.scalafmt.config.{DanglingParentheses, ScalafmtConfig}
import org.scalafmt.config.ScalafmtConfig
import org.scalameta.logger

class ScalafmtTest extends org.scalatest.FunSuite {
Expand Down Expand Up @@ -51,4 +51,5 @@ class ScalafmtTest extends org.scalatest.FunSuite {
|""".stripMargin,
config.ScalafmtConfig.default40
)

}

0 comments on commit c6c7b13

Please sign in to comment.