Skip to content

Commit 96500fe

Browse files
author
kazurayam
committed
update
1 parent f1dcfb6 commit 96500fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Keywords/com/kazurayam/visualtesting/ImageDiffsLister.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class ImageDiffsLister {
9090
Path actualHtmlPath = Paths.get('.').resolve('Materials').resolve(actualHtmlPathStr)
9191
if (Files.exists(expectedHtmlPath) && Files.exists(actualHtmlPath)) {
9292
StringBuilder line = new StringBuilder()
93-
line.append('# diff%: ')
93+
line.append('# diff% ')
9494
line.append(entry.ComparisonResult.diffRatio)
9595
line.append('\n')
9696
line.append('code --diff ')

0 commit comments

Comments
 (0)