[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT

Reviewed By: zertosh

Differential Revision: D31527108

fbshipit-source-id: 40360ebf92e67fd95613cedea9988fbe52519de6
This commit is contained in:
CodemodService FBSourceClangFormatLinterBot 2021-10-09 06:02:32 -07:00 committed by Facebook GitHub Bot
parent 109aa135e6
commit b96c7aea73

View File

@ -21,7 +21,8 @@ using Tensor = at::Tensor;
class ConcatLinearLayers {
public:
explicit ConcatLinearLayers(std::shared_ptr<Graph> graph) : graph_(std::move(graph)) {}
explicit ConcatLinearLayers(std::shared_ptr<Graph> graph)
: graph_(std::move(graph)) {}
bool run() {
handleBlockAndSubblocks(graph_->block());