Apply whitespace cleaning from code review
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
17732711e7
commit
5ec3b382da
1 changed files with 0 additions and 2 deletions
|
@ -1110,7 +1110,6 @@ static std::string format_json_value(const std::string & field, const std::strin
|
|||
struct json_printer : public printer {
|
||||
bool first = true;
|
||||
|
||||
|
||||
void print_header(const cmd_params & params) override {
|
||||
fprintf(fout, "[\n");
|
||||
(void) params;
|
||||
|
@ -1144,7 +1143,6 @@ struct json_printer : public printer {
|
|||
|
||||
|
||||
struct jsonl_printer : public printer {
|
||||
|
||||
void print_fields(const std::vector<std::string> & fields, const std::vector<std::string> & values) {
|
||||
assert(fields.size() == values.size());
|
||||
for (size_t i = 0; i < fields.size(); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue