check scalafmt in travis (#1936)

format test and sbt files
This commit is contained in:
kenji yoshida
2018-04-01 22:24:51 +09:00
committed by GitHub
parent cadd128299
commit 4f92739d73
30 changed files with 1174 additions and 756 deletions

View File

@@ -3,7 +3,6 @@ package gitbucket.core.model
import gitbucket.core.model.CommitState._
import org.scalatest.FunSpec
class CommitStateSpec extends FunSpec {
describe("CommitState") {
it("should combine empty must eq PENDING") {