Reformat and cleanup

This commit is contained in:
crschnick
2024-02-21 07:35:28 +00:00
parent 310647a6d8
commit 68d3c4263b
299 changed files with 5222 additions and 4381 deletions

View File

@@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test;
public class StartupTest {
@Test
public void test( ) throws Exception {
public void test() throws Exception {
BeaconDaemonController.start(XPipeDaemonMode.TRAY);
BeaconDaemonController.stop();
}