use tabs instead of spaces

This commit is contained in:
mykola2312 2024-10-13 04:34:19 +03:00
parent b39371c4ff
commit 9633383a99
2 changed files with 10 additions and 10 deletions

View file

@ -4,7 +4,7 @@ package com.mykola2312.retracker;
* Hello world! * Hello world!
*/ */
public class App { public class App {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Hello World!"); System.out.println("Hello World!");
} }
} }

View file

@ -9,11 +9,11 @@ import org.junit.jupiter.api.Test;
*/ */
public class AppTest { public class AppTest {
/** /**
* Rigorous Test :-) * Rigorous Test :-)
*/ */
@Test @Test
public void shouldAnswerWithTrue() { public void shouldAnswerWithTrue() {
assertTrue(true); assertTrue(true);
} }
} }