Skip to content

Commit 7ca27fd

Browse files
authored
fix(matter): identation
1 parent 8da6fc0 commit 7ca27fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Matter/src/Matter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ bool ArduinoMatter::isBLECommissioningEnabled() {
218218
#if CONFIG_ENABLE_CHIPOBLE
219219
return true;
220220
#else
221-
return false;
221+
return false;
222222
#endif
223223
#else
224224
return false;

0 commit comments

Comments
 (0)