Skip to content

Commit

Permalink
Applied formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ColOfAbRiX committed Nov 8, 2022
1 parent 64684ef commit 51bb04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private[figlet4s] object LibraryLocation {
.getProtectionDomain
.getCodeSource
.getLocation
.toURI
.toURI,
)

resources match {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class UnsafeFiglet4sSpecs extends AnyFlatSpec with Matchers with Figlet4sMatcher
LibraryLocation.discover[cats.Id] match {
case LibraryLocation.Jar(_) =>
// NOTE: I do not know how I can ever test this section if not by publishing locally
val regex = "^([^/]+/|)[^/]+$".r
val regex = "^([^/]+/|)[^/]+$".r
val separator = "/"
(regex, separator)
case LibraryLocation.FileSystem(_, separator) =>
Expand Down

0 comments on commit 51bb04f

Please sign in to comment.