Skip to content

Commit b41d981

Browse files
Auto-format code using Clang-Format, Prettier, autopep8, and JuliaFormatter (#782)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent 00c9f0b commit b41d981

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

python/test/integration/test_carma_aluminum.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ def test_carma_aluminum():
1919
state = carma_aluminum.run_carma_aluminum_example()
2020
assert state is not None, "State should not be None"
2121

22+
2223
if __name__ == "__main__":
23-
test_carma_aluminum()
24+
test_carma_aluminum()

python/test/integration/test_carma_sulfate.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ def test_carma_sulfate():
1616
# Optionally, check expected dimensions or variables
1717
assert hasattr(bin_state, "mass_mixing_ratio"), "Bin state should have mass_mixing_ratio"
1818

19+
1920
if __name__ == "__main__":
20-
test_carma_sulfate()
21+
test_carma_sulfate()

0 commit comments

Comments
 (0)