Skip to content

Commit 3ced9cc

Browse files
committed
remove the extra paren
1 parent c8c2304 commit 3ced9cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/io/github/archipelagomw/LocationManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public Optional<Long> getLocationNameFromID(String locationName){
109109
)
110110
.map(game -> game.locationNameToId
111111
.get(locationName)
112-
)
113-
);
112+
);
114113
}
115114
}

0 commit comments

Comments
 (0)