Przeglądaj źródła

Hello World: fix indent

Mixed tabs and spaces -> spaces
Dmitriy Bogdanov 9 lat temu
rodzic
commit
711122438b
Brak konta powiązanego z e-mailem autora

+ 3
- 3
exercises/hello-world/src/main/java/HelloWorld.java Wyświetl plik

@@ -1,5 +1,5 @@
1 1
 public class HelloWorld {
2
-	public static String hello(String name) {
3
-      return null;
4
-	}
2
+    public static String hello(String name) {
3
+        return null;
4
+    }
5 5
 }