Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
adya authored and github-actions[bot] committed May 30, 2023
1 parent 9162ae8 commit 64984f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NameDefinitionDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ namespace PNR
NameDefinition NameDefinitionDecoder::decode(const std::filesystem::path& a_path) const {
std::ifstream f(a_path);
const json data = nlohmann::json::parse(f);

f.close();
NameDefinition definition{};
convert::from_json(data, definition);
Expand Down

0 comments on commit 64984f2

Please # to comment.