Skip to content

Commit

Permalink
Fixing some codacy issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
staudtMarius committed Jul 29, 2024
1 parent 17b1223 commit 6ae144c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ object ResProfileConverter {
def getCoordinate(profileType: ResProfileType): Coordinate =
profileType match {
case ResProfileType.PV1 => hanoverCoordinate // hanover (first place)
case ResProfileType.PV2 => luebeckCoordinate // lübeck (first place)
case ResProfileType.PV2 => luebeckCoordinate // luebeck (first place)
case ResProfileType.PV3 => hanoverCoordinate // hanover (first place)
case ResProfileType.PV4 => hanoverCoordinate // hanover (second place)
case ResProfileType.PV5 => luebeckCoordinate // lübeck (second place)
case ResProfileType.PV6 => luebeckCoordinate // lübeck (third place)
case ResProfileType.PV5 => luebeckCoordinate // luebeck (second place)
case ResProfileType.PV6 => luebeckCoordinate // luebeck (third place)
case ResProfileType.PV7 => hanoverCoordinate // hanover (second place)
case ResProfileType.PV8 => hanoverCoordinate // hanover (second place)
case other =>
Expand Down

0 comments on commit 6ae144c

Please sign in to comment.