Skip to content

Commit edfde81

Browse files
committed
clang format i2c/controller.cpp
1 parent 2a75f7a commit edfde81

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/i2c/controller.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ static const std::map<std::string, FnCreateI2CDriver> I2cFactory = {
228228
const char *driver_name) -> drvBase * {
229229
return new drvScd30(i2c, addr, mux_channel, driver_name);
230230
}},
231-
{"sgp30",
232-
[](TwoWire *i2c, uint16_t addr, uint32_t mux_channel,
233-
const char *driver_name) -> drvBase * {
234-
return new drvSgp30(i2c, addr, mux_channel, driver_name);
235-
}},
231+
{"sgp30",
232+
[](TwoWire *i2c, uint16_t addr, uint32_t mux_channel,
233+
const char *driver_name) -> drvBase * {
234+
return new drvSgp30(i2c, addr, mux_channel, driver_name);
235+
}},
236236
{"sgp40",
237237
[](TwoWire *i2c, uint16_t addr, uint32_t mux_channel,
238238
const char *driver_name) -> drvBase * {

0 commit comments

Comments
 (0)