Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed Apr 10, 2024
1 parent e917410 commit 2a61614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/fdeep/import_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,7 @@ namespace internal {
assertion(args.size() == 1, "invalid args format");
const std::vector<nlohmann::json> inner_args = args.front();
return node(fplus::transform(create_node_connection, inner_args));
}
else {
} else {
return node(fplus::transform(create_node_connection, args));
}
}
Expand Down

0 comments on commit 2a61614

Please sign in to comment.