Skip to content

Commit ce1f40f

Browse files
committed
Formatting
1 parent 0054eb8 commit ce1f40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsm/dsm.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static constexpr uint8_t DSM_VERSION_MINOR = 1;
99
static constexpr uint8_t DSM_VERSION_PATCH = 10;
1010

1111
static auto const DSM_VERSION =
12-
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);
12+
std::format("{}.{}.{}", DSM_VERSION_MAJOR, DSM_VERSION_MINOR, DSM_VERSION_PATCH);
1313

1414
namespace dsm {
1515
/// @brief Returns the version of the DSM library

0 commit comments

Comments
 (0)