Skip to content

Commit c3313b3

Browse files
committed
clang
1 parent 3a9214c commit c3313b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ds18x20/controller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
/***********************************************************************/
2222
DS18X20Controller::DS18X20Controller() {
23-
_num_drivers = 0;
23+
_num_drivers = 0;
2424
_DS18X20_model = new DS18X20Model();
2525
}
2626

0 commit comments

Comments
 (0)