Skip to content

Commit 8b94d64

Browse files
committed
Fix formatting issues
Apply clang-format to ensure code adheres to project formatting standards. Signed-off-by: Kapil Jain <[email protected]>
1 parent 1ce9b0e commit 8b94d64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/groups/bmq/bmqu/bmqu_jsonprinter.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ class JsonPrinter {
104104
/// object with the specified `fields` with the optionally specified
105105
/// `indent`. Behavior is undefined unless `indent` >= 0 and at least one
106106
/// field is present in the `fields`.
107-
JsonPrinter(bsl::ostream& stream, const bsl::vector<bsl::string>* fields, int indent = fieldIndent);
107+
JsonPrinter(bsl::ostream& stream,
108+
const bsl::vector<bsl::string>* fields,
109+
int indent = fieldIndent);
108110

109111
~JsonPrinter();
110112

0 commit comments

Comments
 (0)