Skip to content

Commit

Permalink
Removed white space.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Oct 21, 2024
1 parent 2617322 commit f165e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/steps/test_compile_fortran.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def test_vanilla(self, tool_box):
mock.Mock(module_defs=['foo', 'bar']),
}

config = BuildConfig('proj', tool_box,
config = BuildConfig('proj', tool_box,
fab_workspace=Path('/fab_workspace'))

with mock.patch('pathlib.Path.exists', side_effect=[True, True]):
Expand Down

0 comments on commit f165e46

Please sign in to comment.