projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
🔥 Remove unused field
[Sone.git]
/
src
/
main
/
kotlin
/
net
/
pterodactylus
/
sone
/
utils
/
Strings.kt
1
package net.pterodactylus.sone.utils
2
3
val String?.emptyToNull get() = if ((this?.trim() ?: "") == "") null else this