Skip to content

Commit 9b71040

Browse files
author
github-actions
committed
Google Java Format
1 parent e472153 commit 9b71040

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Exercise.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ public static void main(String[] args) {
66
int c = a / b;
77
int d = a % b;
88

9-
System.out.println("a: " + a);
10-
System.out.println("b: " + b);
11-
System.out.println("Ganzzahliger Quotient von a/b: " + c);
12-
System.out.println("Divisionsrest von a/b: " + d);
9+
System.out.println("a: " + a);
10+
System.out.println("b: " + b);
11+
System.out.println("Ganzzahliger Quotient von a/b: " + c);
12+
System.out.println("Divisionsrest von a/b: " + d);
1313
}
1414
}

0 commit comments

Comments
 (0)