From 917a75b734652f31002a8d9e3c9691f066cc6e38 Mon Sep 17 00:00:00 2001 From: tyeth Date: Wed, 13 Sep 2023 18:13:49 +0100 Subject: [PATCH] Please clang --- src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h index 529db3b42..3e201b106 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_SGP40.h @@ -53,8 +53,8 @@ class WipperSnapper_I2C_Driver_SGP40 : public WipperSnapper_I2C_Driver { if (!_sgp40->begin(_i2c)) { return false; } - - //TODO: update to use setCalibration() and pass in temp/humidity + + // TODO: update to use setCalibration() and pass in temp/humidity return true; }