Skip to content

Commit 8e1e904

Browse files
committed
chore: Fix linter issues
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent 2af4a7c commit 8e1e904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/core/partitioning/test_conditionals.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ TEST(Partitioning, FallbackInplaceOPInConditionalsCorrectly) {
6161
trt_inputs_ivalues.push_back(in.clone());
6262
}
6363

64-
std::vector<torch_tensorrt::core::ir::Input> inputs{
65-
torch_tensorrt::core::ir::Input({4, 4}), torch_tensorrt::core::ir::Input({4, 4})};
64+
std::vector<torch_tensorrt::core::ir::Input> inputs{torch_tensorrt::core::ir::Input({4, 4}),
65+
torch_tensorrt::core::ir::Input({4, 4})};
6666
auto g = mod.get_method("forward").graph();
6767
torch_tensorrt::core::CompileSpec cfg(inputs);
6868
cfg.partition_info.enabled = true;

0 commit comments

Comments
 (0)