Skip to content

Commit e6189b8

Browse files
committed
clang
1 parent 45da7d3 commit e6189b8

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
@@ -243,11 +243,11 @@ static const std::map<std::string, FnCreateI2CDriver> I2cFactory = {
243243
const char *driver_name) -> drvBase * {
244244
return new drvScd30(i2c, addr, mux_channel, driver_name);
245245
}},
246-
{"sgp30",
247-
[](TwoWire *i2c, uint16_t addr, uint32_t mux_channel,
248-
const char *driver_name) -> drvBase * {
249-
return new drvSgp30(i2c, addr, mux_channel, driver_name);
250-
}},
246+
{"sgp30",
247+
[](TwoWire *i2c, uint16_t addr, uint32_t mux_channel,
248+
const char *driver_name) -> drvBase * {
249+
return new drvSgp30(i2c, addr, mux_channel, driver_name);
250+
}},
251251
{"sgp40",
252252
[](TwoWire *i2c, uint16_t addr, uint32_t mux_channel,
253253
const char *driver_name) -> drvBase * {

0 commit comments

Comments
 (0)