From 3b208fa6c7ba1577a29a61c47d99db1d5a56bd6a Mon Sep 17 00:00:00 2001 From: Ethan Fahnestock Date: Mon, 9 Dec 2024 17:03:58 -0500 Subject: [PATCH] lint --- common/video.cc | 2 +- common/video.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/video.cc b/common/video.cc index 19cd6709..79be9f9f 100644 --- a/common/video.cc +++ b/common/video.cc @@ -12,4 +12,4 @@ bool images_equal(const cv::Mat& img1, const cv::Mat& img2) { return cv::countNonZero(diff) == 0; } -} +} // namespace robot::common diff --git a/common/video.hh b/common/video.hh index 369f1a42..4661059d 100644 --- a/common/video.hh +++ b/common/video.hh @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "opencv2/opencv.hpp"