Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Fix clang-format error
Browse files Browse the repository at this point in the history
Fix issue #147

Signed-off-by: Reagan Lopez <[email protected]>
  • Loading branch information
reaganlo authored and anikulk committed Feb 10, 2022
1 parent 115ced9 commit a2a9c70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngraph_creator/operations/src/HardSwish.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ std::shared_ptr<ngraph::Node> HardSwish::createNode() {
outputNode = std::make_shared<ngraph::op::v4::HSwish>(inputNode);

return outputNode;

}

} // namespace nnhal
Expand Down

0 comments on commit a2a9c70

Please sign in to comment.