Formatting cleanup

This commit is contained in:
Ziver Koc 2021-03-23 21:54:29 +01:00
parent c7e286f51e
commit 5a1be3c2e4
50 changed files with 283 additions and 282 deletions

View file

@ -46,7 +46,7 @@ public class HalZigbeeControllerTest {
handleConsoleInput('h', controller.networkManager);
while(true) {
while (true) {
char input = waitForInout();
handleConsoleInput(input, controller.networkManager);