Skip to content

Commit 366a2fb

Browse files
Whitespace
1 parent 97af1c3 commit 366a2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/github/quiltservertools/ledger/database/DatabaseCacheService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ object DatabaseCacheService {
1515
val sourceKeys: BiMap<String, Int> = HashBiMap.create()
1616

1717
val playerKeys: BiMap<UUID, Int> = HashBiMap.create()
18-
18+
1919
val playernameKeys: BiMap<String, Int> = HashBiMap.create()
2020
}

0 commit comments

Comments
 (0)