Skip to content

Commit f7160ae

Browse files
committed
run lint
1 parent c4ffb83 commit f7160ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mrcal_jni.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Java_org_photonvision_mrcal_MrCalJNI_compute_1uncertainty
362362
observations.asSpan<mrcal_point3_t>(), intrinsics.asDoubleSpan(),
363363
rtFrames.asSpan<mrcal_pose_t>(), warp, imagerSize, calobjectSize,
364364
boardSpacing, sampleRes);
365-
} catch (const std::exception& e) {
365+
} catch (const std::exception &e) {
366366
std::cout << "exception thrown" << e.what() << std::endl;
367367
return nullptr;
368368
}

0 commit comments

Comments
 (0)