Skip to content

Commit b11fc0a

Browse files
fix format
1 parent a2a5185 commit b11fc0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ int main(int argc, char **argv) {
272272

273273
std::cout << " libmodbus " << LIBMODBUS_VERSION_STRING << '\n';
274274

275-
std::cout << " cxxopts " << static_cast<int>(cxxopts::version.major) << '.' << static_cast<int>(cxxopts::version.minor) << '.' << static_cast<int>(cxxopts::version.patch) << '\n';
275+
std::cout << " cxxopts " << static_cast<int>(cxxopts::version.major) << '.'
276+
<< static_cast<int>(cxxopts::version.minor) << '.' << static_cast<int>(cxxopts::version.patch)
277+
<< '\n';
276278

277279
return EX_OK;
278280
}

0 commit comments

Comments
 (0)