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:
@@ -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)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user