Skip to content

Commit 9dfac20

Browse files
authored
Update toy_build.py - fix whitespace
1 parent 85c734c commit 9dfac20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toy_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3034,7 +3034,7 @@ def grab_gcc_rpath_wrapper_args():
30343034
write_file(toy_ec, toy_ec_txt)
30353035
with self.mocked_stdout_stderr():
30363036
self._test_toy_build(ec_file=toy_ec, extra_args=['--rpath'], raise_error=True)
3037-
3037+
30383038
# test check_readelf_rpath easyconfig parameter
30393039
test_ecs = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'easyconfigs', 'test_ecs')
30403040
toy_ec_txt = read_file(os.path.join(test_ecs, 't', 'toy', 'toy-0.0.eb'))

0 commit comments

Comments
 (0)