Skip to content

Commit

Permalink
auto formatting things
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Smolarek <[email protected]>
  • Loading branch information
meowjesty and Razz4780 authored Oct 18, 2023
1 parent 68afb2e commit 4ecc01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MirrordApi(private val service: MirrordProjectService) {
val pods = SafeParser().parse(data, Array<String>::class.java).toMutableList()

if (pods.isEmpty()) {
project.service<MirrordProjectService>().notifier.notifySimple("No mirrord target available in the configured namespace. " + "You can run targetless, or set a different target namespace or kubeconfig in the mirrord configuration file.", NotificationType.INFORMATION)
project.service<MirrordProjectService>().notifier.notifySimple("No mirrord target available in the configured namespace. You can run targetless, or set a different target namespace or kubeconfig in the mirrord configuration file.", NotificationType.INFORMATION)
}

return pods
Expand Down

0 comments on commit 4ecc01e

Please sign in to comment.