Bladeren bron
Hello World: fix indent
Mixed tabs and spaces -> spaces
Dmitriy Bogdanov
9 jaren geleden
bovenliggende
commit
711122438b
Geen account gekoppeld aan de committers e-mail
|
|
@@ -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
|
}
|