Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 27, 2024
1 parent ee63655 commit 434b170
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/HealthGPS.Input/schema.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ nlohmann::json load_and_validate_json(const std::filesystem::path &file_path,
throw std::runtime_error(message);
} else {
fmt::print(fmt::fg(fmt::color::dark_salmon), "{}\n", message);
} fmt::print(fmt::fg(fmt::color::dark_salmon), "{}\n", message);

}
fmt::print(fmt::fg(fmt::color::dark_salmon), "{}\n", message);

} else {
// Check $schema attribute is valid
const auto actual_schema_url = json.at("$schema").get<std::string>();
Expand Down

0 comments on commit 434b170

Please sign in to comment.