Skip to content

Commit cdd8ad5

Browse files
committed
fix: typo
1 parent 6f8d374 commit cdd8ad5

File tree

1 file changed

+0
-1
lines changed
  • common/src/main/kotlin/me/xhyrom/hylib/common/implementation/structs

1 file changed

+0
-1
lines changed

common/src/main/kotlin/me/xhyrom/hylib/common/implementation/structs/ConfigImpl.kt

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class ConfigImpl(path: String, resource: InputStream) : Config {
101101
}
102102

103103
override fun getShortList(key: String): Optional<List<Short>> {
104-
raw.get
105104
return raw.getOptionalShortList(key)
106105
}
107106

0 commit comments

Comments
 (0)