Skip to content

Commit ce63baa

Browse files
committed
chore: apply linting
Signed-off-by: Bo Wang <[email protected]>
1 parent 318281d commit ce63baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/lowering/test_rewrite_inputs_with_params.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TEST(LoweringPasses, RewriteInputsWithParamsCorrectly) {
2525
torch::jit::IValue param0 = torch::jit::IValue(0);
2626
std::vector<torch::jit::IValue> params{param0};
2727
torch_tensorrt::core::lowering::passes::RewriteInputsWithParams(sg, params);
28-
28+
2929
auto tg = std::make_shared<torch::jit::Graph>();
3030
torch::jit::parseIR(target_graph, &*tg);
3131

0 commit comments

Comments
 (0)