Skip to content

Commit 7548f06

Browse files
style(pre-commit): autofix
1 parent b474f4e commit 7548f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

perception/lidar_centerpoint/test/test_preprocess_kernel.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ TEST_F(PreprocessKernelTest, VoxelOverflowTest)
353353

354354
ASSERT_EQ(cudaSuccess, code);
355355

356-
std::vector<float> encoder_features(max_point_in_voxel_size_ * config_encoder_in_feature_size_, 0.f);
356+
std::vector<float> encoder_features(
357+
max_point_in_voxel_size_ * config_encoder_in_feature_size_, 0.f);
357358

358359
CHECK_CUDA_ERROR(cudaMemcpy(
359360
encoder_features.data(), encoder_in_features_d_.get(),

0 commit comments

Comments
 (0)