Skip to content

Commit aaebf2f

Browse files
Apply clang-format fixes
1 parent 1bf6bbf commit aaebf2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

phlex/configuration.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
#include <string_view>
99

1010
namespace {
11-
[[maybe_unused]] std::optional<std::string> value_if_exists(boost::json::object const& obj, // will be used later for new product_query
12-
std::string_view parameter)
11+
[[maybe_unused]] std::optional<std::string> value_if_exists(
12+
boost::json::object const& obj, // will be used later for new product_query
13+
std::string_view parameter)
1314
{
1415
if (!obj.contains(parameter)) {
1516
return std::nullopt;

0 commit comments

Comments
 (0)