Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit 73efb0d

Browse files
committed
Style, formatting
1 parent 6d73f01 commit 73efb0d

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/main/java/com/thebluealliance/api/v3/models/SimpleMatch.java

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,12 @@ public class SimpleMatch {
4848
* @return UNIX timestamp (seconds since 1-Jan-1970 00:00:00) of actual match start time.
4949
*/
5050
long actual_time;
51+
5152
HashMap<String, Alliance> alliances;
52-
public Alliance getBlueAlliance() {
53-
return alliances.get("blue");
54-
}
5553

56-
public Alliance getRedAlliance(){
57-
return alliances.get("red");
58-
}
54+
public Alliance getBlueAlliance() { return alliances.get("blue"); }
55+
56+
public Alliance getRedAlliance(){ return alliances.get("red"); }
5957

6058
/**
6159
* Represents an alliance during a match

0 commit comments

Comments
 (0)