Skip to content

Commit 8ca4066

Browse files
committed
Clang format
1 parent 75eaa00 commit 8ca4066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class WipperSnapper_I2C_Driver_VL53L4CX : public WipperSnapper_I2C_Driver {
8080
WS_DEBUG_PRINTLN("Failed to set VL53L4CX timing budget!");
8181
return false;
8282
}
83-
83+
8484
if (_VL53L4CX->VL53L4CX_StartMeasurement() != VL53L4CX_ERROR_NONE) {
8585
WS_DEBUG_PRINTLN("Failed to start VL53L4CX ranging!");
8686
return false;

0 commit comments

Comments
 (0)