Skip to content

Commit

Permalink
nit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vpandiarajan20 committed Sep 11, 2024
1 parent f7f9778 commit 784d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/ml_training.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (c *viamClient) mlSubmitCustomTrainingJob(datasetID, registryItemID, regist

if args != "" {
splitArgs := strings.Split(args, ",")
argMap := make(map[string]string, 0)
argMap := make(map[string]string)

for _, optionVal := range splitArgs {
splitOptionVal := strings.Split(optionVal, "=")
Expand Down

0 comments on commit 784d2a7

Please sign in to comment.