mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 00:38:14 +00:00
Fix kotlin code style issues
This commit is contained in:
@@ -36,5 +36,4 @@ class AnimateCommandTests {
|
||||
player.sendMessage(contains("Invalid syntax"))
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
@@ -93,5 +93,4 @@ class LookupCommandTests {
|
||||
length = 1
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
@@ -37,7 +37,7 @@ class SpawnCommandTests {
|
||||
|
||||
verify {
|
||||
world.register(match<Npc> {
|
||||
it.id == 1 && it.position == Position(3, 3,0)
|
||||
it.id == 1 && it.position == Position(3, 3, 0)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,5 +49,4 @@ class TeleportToPlayerCommandTests {
|
||||
player.sendMessage(contains("Invalid syntax"))
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user