Skip to content

Commit

Permalink
Fix percent sign
Browse files Browse the repository at this point in the history
Fixes #1122
  • Loading branch information
eed3si9n committed Sep 14, 2022
1 parent 5804d50 commit 80df727
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 80df727

Please sign in to comment.