Skip to content

Commit

Permalink
Run wpiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 8, 2023
1 parent c8ba0e2 commit b71c38b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions photon-lib/src/main/native/cpp/photonlib/PhotonCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<int>(pipelineIndexSub.Get());
Expand Down

0 comments on commit b71c38b

Please sign in to comment.