mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #1580 from chaityabshah/master
Java/EN - Fix Spacing Inconsistency
This commit is contained in:
commit
0e6d9f6fe9
@ -250,7 +250,7 @@ public class LearnJava {
|
|||||||
|
|
||||||
// If statements are c-like
|
// If statements are c-like
|
||||||
int j = 10;
|
int j = 10;
|
||||||
if (j == 10){
|
if (j == 10) {
|
||||||
System.out.println("I get printed");
|
System.out.println("I get printed");
|
||||||
} else if (j > 10) {
|
} else if (j > 10) {
|
||||||
System.out.println("I don't");
|
System.out.println("I don't");
|
||||||
|
Loading…
Reference in New Issue
Block a user