Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da committed Jul 8, 2021
1 parent ed54290 commit 95041ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ object Error {

final case class Parsing(override val msg: String) extends Error(msg)
}

Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ package object archive {
val ParseError = Error.Parsing

}

0 comments on commit 95041ae

Please sign in to comment.