Skip to content

Commit 9b18d00

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 2828bb9 commit 9b18d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/OpenThread/src/OThread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ void OpenThread::otPrintNetworkInformation(Stream &output) {
335335

336336
output.printf("Role: %s", otGetStringDeviceRole());
337337
output.println();
338-
output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16
338+
output.printf("RLOC16: 0x%04x", otThreadGetRloc16(mInstance)); // RLOC16
339339
output.println();
340340
output.printf("Network Name: %s", otThreadGetNetworkName(mInstance));
341341
output.println();

0 commit comments

Comments
 (0)