From 635fe3c85bfc649ae95f4ae3f9e3aee640ee3471 Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Fri, 22 Nov 2024 10:12:46 +1100 Subject: [PATCH] remove stray spaces before punctuation (#3942) --- src/BoundaryConditions/field_boundary_conditions.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BoundaryConditions/field_boundary_conditions.jl b/src/BoundaryConditions/field_boundary_conditions.jl index a5a9862b1d..92c749af6c 100644 --- a/src/BoundaryConditions/field_boundary_conditions.jl +++ b/src/BoundaryConditions/field_boundary_conditions.jl @@ -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. """