Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin-ninja committed Mar 28, 2022
1 parent cef589c commit 34308c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions internal/cli/runner_profile_set.go
Expand Up @@ -21,15 +21,15 @@ import (
type RunnerProfileSetCommand struct {
*baseCommand
//TODO(XX): after `-env-vars` as a slice is deprecated, rename flagEnvVar to flagEnvVars
flagName string
flagOCIUrl string
flagEnvVar map[string]string
flagEnvVars []string
flagPluginType string
flagPluginConfig string
flagDefault bool
flagTargetRunnerId string
flagTargetRunnerLabels map[string]string
flagName string
flagOCIUrl string
flagEnvVar map[string]string
flagEnvVars []string
flagPluginType string
flagPluginConfig string
flagDefault bool
flagTargetRunnerId string
flagTargetRunnerLabels map[string]string
}

func (c *RunnerProfileSetCommand) Run(args []string) int {
Expand Down

0 comments on commit 34308c1

Please sign in to comment.