Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Jun 30, 2017
1 parent 441133f commit a17fec7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions scalafix-core/shared/src/main/scala/scalafix/package.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


package object scalafix {

type ScalafixConfig = config.ScalafixConfig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import scalafix.patch.TokenPatch._
import scalafix.rewrite.RewriteCtx
import scalafix.patch.TreePatch.AddGlobalImport


private[this] class Replacer(implicit ctx: RewriteCtx, mirror: Mirror) {
object `:withSymbol:` {
def unapply(ref: Ref): Option[(Ref, Symbol)] =
Expand Down
1 change: 0 additions & 1 deletion scalafix-tests/shared/src/main/scala/cats/implicits.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package cats


package object implicits {
implicit class EitherOps[A, B](from: Either[A, B]) {
def map[C](f: B => C): Either[A, C] = ???
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import java.io.File
import java.nio.file.Files
import java.nio.file.Paths


class ErrorSuite extends SyntacticRewriteSuite(ProcedureSyntax) {
test("on parse error") {
intercept[ParseException] {
Expand Down

0 comments on commit a17fec7

Please sign in to comment.