Skip to content

Commit

Permalink
Apply whitespace cleaning from code review
Browse files Browse the repository at this point in the history
Co-authored-by: slaren <[email protected]>
  • Loading branch information
akx and slaren authored Sep 3, 2024
1 parent 1773271 commit 5ec3b38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/llama-bench/llama-bench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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++) {
Expand Down

0 comments on commit 5ec3b38

Please sign in to comment.