Skip to content

Commit

Permalink
Merge pull request #1123 from sbt/eed3si9n-patch-1
Browse files Browse the repository at this point in the history
Fix percent sign
  • Loading branch information
eed3si9n authored Sep 16, 2022
2 parents 5804d50 + 80df727 commit fc9e66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ private[inc] abstract class IncrementalCommon(
invalidated
else {
log.debug(
s"Recompiling all sources: number of invalidated sources > ${recompileAllFraction * 100.00}% of all sources"
s"Recompiling all sources: number of invalidated sources > ${recompileAllFraction * 100.00} percent of all sources"
)
allSources ++ invalidated // Union because `all` doesn't contain removed sources
}
Expand Down

0 comments on commit fc9e66a

Please sign in to comment.