Skip to content

Commit cf0212d

Browse files
committed
style: go fmt
1 parent 3197977 commit cf0212d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/job/submit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var (
7979
pathwaysWorkerEnv []string
8080
validEnvKeyRegex = regexp.MustCompile("^[a-zA-Z_][a-zA-Z0-9_]*$")
8181

82-
mountOptions string
82+
mountOptions string
8383
)
8484

8585
var SubmitCmd = &cobra.Command{

pkg/orchestrator/orchestrator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ type JobDefinition struct {
9898
IsPathwaysJob bool
9999
Pathways PathwaysJobDefinition // Embedded struct for Pathways-specific args
100100

101-
RawMounts []string
101+
RawMounts []string
102102
MountOptions string
103-
Env map[string]string
103+
Env map[string]string
104104

105105
Verbose bool
106106
}

0 commit comments

Comments
 (0)