Skip to content

Commit

Permalink
Update scalafmt-core to 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 5, 2021
1 parent cd74fcc commit 3e33482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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.7
version=3.0.8
style = defaultWithAlign
maxColumn = 100

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ object OpenApiSrcGenerator {
file.getParentFile.toPath.asScala
.splitAt(
resourcesBasePath.iterator().asScala.size + 1
) //we need to add one because it is changing the resource path, adding open api
) // we need to add one because it is changing the resource path, adding open api
val path: Path = Paths.get(paths.map(_.toString()).mkString("/"))
val pkg = packageName(path)
pathFrom(path, file).toString ->
Expand Down

0 comments on commit 3e33482

Please sign in to comment.