From b71c38bde45970ccd4b07c3862b3f6e493e1ea08 Mon Sep 17 00:00:00 2001 From: Matthew Morley Date: Thu, 7 Sep 2023 20:36:33 -0400 Subject: [PATCH] Run wpiformat --- photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp b/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp index 30d90e8d3b..d0901b10bd 100644 --- a/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp +++ b/photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp @@ -115,9 +115,7 @@ void PhotonCamera::TakeOutputSnapshot() { bool PhotonCamera::GetDriverMode() const { return driverModeSubscriber.Get(); } -void PhotonCamera::SetPipelineIndex(int index) { - pipelineIndexPub.Set(index); -} +void PhotonCamera::SetPipelineIndex(int index) { pipelineIndexPub.Set(index); } int PhotonCamera::GetPipelineIndex() const { return static_cast(pipelineIndexSub.Get());