Skip to content

Commit ee36308

Browse files
authored
Fix formatting style for conditional check
1 parent d681cfb commit ee36308

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/include/pl/patterns/pattern_bitfield.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ namespace pl::ptrn {
713713
valueString += fmt::format("{} = {} | ", bitfield->getVariableName(), bitfield->formatDisplayValue());
714714
}
715715

716-
if(valueString.size() - 3 > 64) {
716+
if (valueString.size() - 3 > 64) {
717717
break;
718718
}
719719
}
@@ -814,4 +814,4 @@ namespace pl::ptrn {
814814
bool m_reversed = false;
815815
};
816816

817-
}
817+
}

0 commit comments

Comments
 (0)