Skip to content

Commit

Permalink
Reformat code with scalafmt (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttim committed Sep 30, 2021
1 parent 07dd886 commit b0ba993
Show file tree
Hide file tree
Showing 450 changed files with 25,548 additions and 15,947 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -26,10 +26,10 @@ addons:

matrix:
include:
# - scala: 2.11.12
# env: BUILD="check code formatting"
# script:
# - ./sbt ++$TRAVIS_SCALA_VERSION clean scalafmtSbtCheck scalafmtCheckAll
- scala: 2.11.12
env: BUILD="check code formatting"
script:
- ./sbt ++$TRAVIS_SCALA_VERSION clean scalafmtSbtCheck scalafmtCheckAll

#BASE TESTS
- scala: 2.11.12
Expand Down

0 comments on commit b0ba993

Please sign in to comment.