Skip to content

Commit a874e35

Browse files
author
liangtao07
committed
Modify the code format for the linter.
Signed-off-by: liangtao07 <[email protected]>
1 parent de6ba82 commit a874e35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/compiler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ GraphAndMapping ConstructFallbackGraph(
280280
}
281281
}
282282

283-
if (block->outputs().size() > 1){
283+
if (block->outputs().size() > 1) {
284284
std::vector<torch::jit::Value*> fallback_graph_vector;
285-
for (auto& output : block->outputs()){
285+
for (auto& output : block->outputs()) {
286286
if (old_to_new_g.count(output)) {
287287
fallback_graph_vector.push_back(old_to_new_g[output]);
288288
}

0 commit comments

Comments
 (0)