Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 4, 2024
1 parent 0c057f3 commit c3c9fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Conversions.hh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ namespace gz
/// material.
/// \param[in] _in SDF material.
/// \param[out] _out The Ignition Common Material.
void GZ_USD_VISIBLE convert(const sdf::Material &_in, gz::common::Material &_out);
void GZ_USD_VISIBLE
convert(const sdf::Material &_in, gz::common::Material &_out);
}
}
}
Expand Down

0 comments on commit c3c9fc0

Please sign in to comment.