Skip to content

Commit 0dcc91a

Browse files
committed
whitespace cleanup
1 parent e940f7e commit 0dcc91a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openmc/filter_expansion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def from_hdf5(cls, group, **kwargs):
139139

140140
class SpatialExpansionFilter(ExpansionFilter):
141141
"""Abstract base class for spatial functional expansion filters.
142-
142+
143143
This class provides common functionality for filters that expand
144144
tally data along a spatial axis (x, y, or z) within a bounded region.
145145
Subclasses must implement the order setter to define their specific

tests/regression_tests/tallies/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_tallies():
182182
azimuthal_tally1, azimuthal_tally2, azimuthal_tally3,
183183
cellborn_tally, dg_tally, energy_tally, energyout_tally,
184184
transfer_tally, material_tally, mu_tally1, mu_tally2,
185-
polar_tally1, polar_tally2, polar_tally3,
185+
polar_tally1, polar_tally2, polar_tally3,
186186
legendre_tally, spatial_legendre_tally, spatial_fourier_tally,
187187
harmonics_tally, harmonics_tally2, harmonics_tally3,
188188
universe_tally, collision_tally]

0 commit comments

Comments
 (0)