Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Mar 8, 2024
1 parent 79aa263 commit dcdbe52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class OutputUtils {

def res = checkCell(info, line, expectCell, realCell, dataType)
if(res != null) {
res += "line ${line} mismatch\nExpectRow: ${expectRaw}\nRealRow: ${realRaw}";
res += "\nline ${line} mismatch\nExpectRow: ${expectRaw}\nRealRow: ${realRaw}";
return res
}
}
Expand Down

0 comments on commit dcdbe52

Please sign in to comment.