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

Commit a2a9c70

Browse files
reaganloanikulk
authored andcommitted
Fix clang-format error
Fix issue #147 Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
1 parent 115ced9 commit a2a9c70

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ngraph_creator/operations/src/HardSwish.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ std::shared_ptr<ngraph::Node> HardSwish::createNode() {
2222
outputNode = std::make_shared<ngraph::op::v4::HSwish>(inputNode);
2323

2424
return outputNode;
25-
2625
}
2726

2827
} // namespace nnhal

0 commit comments

Comments
 (0)