Skip to content

Commit

Permalink
Minor modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloox authored and mergify-bot committed May 4, 2021
1 parent 69ca0a1 commit 4cd27c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_runner/src/main/kotlin/ftl/domain/ListAndroidLocales.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import ftl.api.Locale.Identity
import ftl.api.Platform
import ftl.api.fetchLocales
import ftl.args.AndroidArgs
import ftl.environment.toCliTable
import ftl.presentation.Output
import java.nio.file.Paths

Expand All @@ -13,5 +12,5 @@ interface ListAndroidLocales : Output {
}

operator fun ListAndroidLocales.invoke() {
fetchLocales(Identity(AndroidArgs.loadOrDefault(Paths.get(configPath)).project, Platform.ANDROID)).toCliTable()
fetchLocales(Identity(AndroidArgs.loadOrDefault(Paths.get(configPath)).project, Platform.ANDROID)).out()
}

0 comments on commit 4cd27c8

Please # to comment.