Skip to content

Commit a84e311

Browse files
Dimitrios AdamDimitrios Adam
authored andcommitted
Whitespace ..
1 parent 8f9793f commit a84e311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/packer/tol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ def find_maximum_errors(candidate: Pack, golden: Pack) -> typing.Tuple[typing.Op
125125
max_rel_error = error.relative
126126
max_rel_info = (gFilepath, valIndex, gVal, cVal, error.relative, error.absolute)
127127

128-
return max_abs_info, max_rel_info
128+
return max_abs_info, max_rel_info

0 commit comments

Comments
 (0)