We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce9b0e commit 8b94d64Copy full SHA for 8b94d64
src/groups/bmq/bmqu/bmqu_jsonprinter.h
@@ -104,7 +104,9 @@ class JsonPrinter {
104
/// object with the specified `fields` with the optionally specified
105
/// `indent`. Behavior is undefined unless `indent` >= 0 and at least one
106
/// field is present in the `fields`.
107
- JsonPrinter(bsl::ostream& stream, const bsl::vector<bsl::string>* fields, int indent = fieldIndent);
+ JsonPrinter(bsl::ostream& stream,
108
+ const bsl::vector<bsl::string>* fields,
109
+ int indent = fieldIndent);
110
111
~JsonPrinter();
112
0 commit comments