Skip to content

Commit

Permalink
Merge pull request #44 from open-atmos/main-formatting
Browse files Browse the repository at this point in the history
Auto-format code changes
  • Loading branch information
K20shores authored Feb 7, 2024
2 parents ea832ab + a8807b3 commit ced8006
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion include/open_atmos/mechanism_configuration/yaml_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

#pragma once

#include <yaml-cpp/yaml.h>

#include <filesystem>
#include <fstream>
#include <iostream>
#include <open_atmos/mechanism_configuration/parse_status.hpp>
#include <yaml-cpp/yaml.h>
#include <open_atmos/types.hpp>
#include <string>
#include <unordered_map>
Expand Down
4 changes: 2 additions & 2 deletions src/parse_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ namespace open_atmos
default: return "Unknown";
}
}
}
}
} // namespace mechanism_configuration
} // namespace open_atmos
2 changes: 1 addition & 1 deletion src/yaml_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// SPDX-License-Identifier: Apache-2.0

#include <open_atmos/constants.hpp>
#include <open_atmos/mechanism_configuration/yaml_parser.hpp>
#include <open_atmos/mechanism_configuration/validation.hpp>
#include <open_atmos/mechanism_configuration/version.hpp>
#include <open_atmos/mechanism_configuration/yaml_parser.hpp>

namespace open_atmos
{
Expand Down

0 comments on commit ced8006

Please sign in to comment.