Skip to content

Commit

Permalink
Change based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olger committed May 19, 2020
1 parent 5df1611 commit 1954bd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/scala/slick/migration/api/TableMigration.scala
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ object TableMigration {
}
}
}
override def toString: String = {
"Reversible " + this.underlying.toString
}
override def toString = underlying.toString
}

implicit def toReversible[T <: JdbcProfile#Table[_]]: ToReversible[TableMigration[T, Action.Reversible]] =
Expand Down

0 comments on commit 1954bd7

Please sign in to comment.