Skip to content

Commit

Permalink
spotless/format
Browse files Browse the repository at this point in the history
  • Loading branch information
gerth2 committed Jul 19, 2024
1 parent 6578bef commit dfb7a2e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import edu.wpi.first.cscore.UsbCamera;
import edu.wpi.first.cscore.VideoMode;

import org.photonvision.common.configuration.CameraConfiguration;
import org.photonvision.common.util.TestUtils;
import org.photonvision.vision.camera.QuirkyCamera;
Expand Down Expand Up @@ -55,7 +54,6 @@ public void setExposureRaw(double exposureRaw) {}
/** Hardware-specific implementation - do nothing in test */
@Override
public void setAutoExposure(boolean cameraAutoExposure) {}


/** Hardware-specific implementation - do nothing in test */
@Override
Expand All @@ -66,6 +64,5 @@ public void setGain(int gain) {}

@Override
public void setVideoModeInternal(VideoMode videoMode) {}

}
}

0 comments on commit dfb7a2e

Please sign in to comment.