Skip to content

Commit 4f734ac

Browse files
committed
Removes empty else
1 parent 18e784e commit 4f734ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/mapcode/MapcodeCodec.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,6 @@ public static List<Mapcode> encodeRestrictToCountryISO2(final double latDeg, fin
144144

145145
// Otherwise, if it's the correct country ISO 3 code, it's also OK.
146146
filtered.add(mapcode);
147-
} else {
148-
149-
// Nothing.
150147
}
151148
}
152149
return filtered;

0 commit comments

Comments
 (0)