Skip to content

Commit 58cb53e

Browse files
committed
chore: apply linting
Signed-off-by: Bo Wang <[email protected]>
1 parent 20543c6 commit 58cb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/partitioning/shape_analysis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ void getSegmentsOutputByRunning(
6161
jit_inputs_ivalues.push_back(ivalues_maps[input].toBool());
6262
} else if (input->type()->kind() == torch::jit::TypeKind::ListType) {
6363
jit_inputs_ivalues.push_back(ivalues_maps[input].toList());
64-
} else if (input->type()->kind() == torch::jit::TypeKind::TupleType){
64+
} else if (input->type()->kind() == torch::jit::TypeKind::TupleType) {
6565
jit_inputs_ivalues.push_back(ivalues_maps[input].toTuple());
6666
} else {
6767
TRTORCH_THROW_ERROR("Unable to find type for value: " << input->debugName() << " to get the ivalues.\n");

0 commit comments

Comments
 (0)