Skip to content

Commit

Permalink
* revert scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Sep 20, 2021
1 parent 5c377d1 commit 9003f47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.0.4"
version = "3.0.0"
align.preset = more
maxColumn = 80
assumeStandardLibraryStripMargin = true
Expand Down
1 change: 0 additions & 1 deletion src/main/scala/doric/types/Casting.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ object Casting {
}

trait SparkCasting[From, To] extends Casting[From, To] {

override def cast(column: DoricColumn[From])(implicit
fromType: SparkType[From],
toType: SparkType[To]
Expand Down

0 comments on commit 9003f47

Please sign in to comment.