Skip to content

Commit

Permalink
Clang format.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Jan 31, 2024
1 parent 12cfff9 commit 55926cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/simplnx/Filter/Actions/CreateGeometry1DAction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ class CreateGeometry1DAction : public IDataCreationAction
};

using CreateEdgeGeometryAction = CreateGeometry1DAction<EdgeGeom>;
} // namespace complex
} // namespace nx::core
2 changes: 1 addition & 1 deletion src/simplnx/Filter/Actions/CreateGeometry2DAction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,4 +331,4 @@ class CreateGeometry2DAction : public IDataCreationAction

using CreateTriangleGeometryAction = CreateGeometry2DAction<TriangleGeom>;
using CreateQuadGeometryAction = CreateGeometry2DAction<QuadGeom>;
} // namespace complex
} // namespace nx::core
2 changes: 1 addition & 1 deletion src/simplnx/Filter/Actions/CreateGeometry3DAction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ class CreateGeometry3DAction : public IDataCreationAction

using CreateTetrahedralGeometryAction = CreateGeometry3DAction<TetrahedralGeom>;
using CreateHexahedralGeometryAction = CreateGeometry3DAction<HexahedralGeom>;
} // namespace complex
} // namespace nx::core

0 comments on commit 55926cc

Please sign in to comment.