Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes authored Aug 10, 2024
1 parent a11f793 commit e432c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bennu/executables/bennu-simulink-provider/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ struct Dto
}
};

constexpr auto durationToDuration(const float time_s)
constexpr auto durationToDuration(const float time_s)
{
using namespace std::chrono;
using fsec = duration<float>;
Expand Down

0 comments on commit e432c01

Please sign in to comment.