Skip to content

Commit

Permalink
remove stray spaces before punctuation (#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Nov 21, 2024
1 parent 5d0e24c commit 635fe3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BoundaryConditions/field_boundary_conditions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ end
function regularize_immersed_boundary_condition(ibc, grid, loc, field_name, args...)
if !(ibc isa DefaultBoundaryCondition)
msg = """$field_name was assigned an immersed boundary condition
$ibc ,
$ibc,
but this is not supported on
$(summary(grid)) .
$(summary(grid)).
The immersed boundary condition on $field_name will have no effect.
"""

Expand Down

0 comments on commit 635fe3c

Please sign in to comment.