Skip to content

Commit

Permalink
Remove EOL whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic committed Sep 12, 2022
1 parent d014153 commit 36c444d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/gz/sim/components/Environment.hh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace components
{
/// \brief Environment data across time and space. This is useful to
/// introduce physical quantities that may be of interest even if not
/// modelled in simulation.
/// modelled in simulation.
struct EnvironmentalData
{
using T = math::InMemoryTimeVaryingVolumetricGrid<double>;
Expand All @@ -57,7 +57,7 @@ namespace components
/// \brief Environmental data frame.
FrameT frame;

/// \brief Spatial reference for data coordinates.
/// \brief Spatial reference for data coordinates.
ReferenceT reference;
};

Expand Down

0 comments on commit 36c444d

Please sign in to comment.