Skip to content

Commit

Permalink
style: Add missing trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Nov 27, 2023
1 parent 0db5a66 commit 40a44fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/tests/samples/smoke_java/base.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ public static void main(String[] args) {
int y = 4;
int j = 0;
}
}
}
2 changes: 1 addition & 1 deletion bin/tests/samples/smoke_java/left.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ public static void main(String[] args) {
System.out.println("Hello, João!");
int y = 3;
}
}
}
2 changes: 1 addition & 1 deletion bin/tests/samples/smoke_java/right.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ public static void main(String[] args) {
int y = 5;
}
void create(Pessoa pessoa);
}
}

0 comments on commit 40a44fe

Please sign in to comment.