fix formatting by kotlinter

This commit is contained in:
Aria Moradi
2022-05-06 17:52:16 +04:30
parent 39b468ef06
commit 5bbc1dedef
7 changed files with 3 additions and 9 deletions

View File

@@ -116,7 +116,6 @@ object SourceController {
},
behaviorOf = { ctx, sourceId ->
ctx.json(Source.getSourcePreferences(sourceId))
},
withResults = {
json<List<Source.PreferenceObject>>(HttpCode.OK)