Skip to content

Commit 3745e31

Browse files
committed
Fix: MCP3421 Clang formatting
1 parent a3b364d commit 3745e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_MCP3421.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class WipperSnapper_I2C_Driver_MCP3421 : public WipperSnapper_I2C_Driver {
6161
return false;
6262
}
6363

64-
if (!configureSensor()){
64+
if (!configureSensor()) {
6565
WS_DEBUG_PRINTLN("Failed to configure MCP3421 sensor");
6666
return false;
6767
}

0 commit comments

Comments
 (0)