mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-13 07:44:34 -05:00
[skip ci] Formatting
This commit is contained in:
@@ -3,7 +3,5 @@ package suwayomi.tachidesk.graphql.queries
|
||||
import suwayomi.tachidesk.graphql.types.SettingsType
|
||||
|
||||
class SettingsQuery {
|
||||
fun settings(): SettingsType {
|
||||
return SettingsType()
|
||||
}
|
||||
fun settings(): SettingsType = SettingsType()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user