Skip to content

Commit

Permalink
Merge pull request #239 from barryoneill/patch-1
Browse files Browse the repository at this point in the history
A minor grammar fix
  • Loading branch information
tgodzik authored Nov 14, 2022
2 parents 494e6e9 + 51d69a3 commit e4d3689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ object ScalafmtPlugin extends AutoPlugin {
if (f.exists()) {
f.toPath
} else {
throw messageException(s"File not exists: ${f.toPath}")
throw messageException(s"File does not exist: ${f.toPath}")
}
}
private val sbtConfig = scalaConfig
Expand Down

0 comments on commit e4d3689

Please sign in to comment.