Skip to content

Commit

Permalink
ci: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Mar 7, 2024
1 parent e57291a commit ababe1c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions generator/src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@

#define DIR "../models/"

void saveToFile(
const std::vector<Point>& points,
const char* filepath) {

void saveToFile(const std::vector<Point>& points, const char* filepath) {
std::string buf(DIR);
buf.append(filepath);

Expand Down

0 comments on commit ababe1c

Please sign in to comment.