Commit 15a83ec5 authored by charlie.hamer's avatar charlie.hamer

Space Formatting

parent b27a86ec
...@@ -173,7 +173,6 @@ public class airline { ...@@ -173,7 +173,6 @@ public class airline {
} }
else else
noseat(); //if there are no seats available noseat(); //if there are no seats available
} }
private static void noseat() { private static void noseat() {
...@@ -293,10 +292,6 @@ public class airline { ...@@ -293,10 +292,6 @@ public class airline {
} }
} }
private static void boardingpass(String fclass) { private static void boardingpass(String fclass) {
int select = random.nextInt(flight.length); //randomly generates the flight number int select = random.nextInt(flight.length); //randomly generates the flight number
...@@ -321,11 +316,6 @@ public class airline { ...@@ -321,11 +316,6 @@ public class airline {
default: default:
System.out.println("Thank you for shopping with us today"); System.out.println("Thank you for shopping with us today");
} }
} }
public static void display() { //purely all for displaying the seating chart public static void display() { //purely all for displaying the seating chart
...@@ -403,4 +393,3 @@ public class airline { ...@@ -403,4 +393,3 @@ public class airline {
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment