Skip to content

Commit

Permalink
Lint file
Browse files Browse the repository at this point in the history
Signed-off-by: Riddhesh Sanghvi <riddhesh237@gmail.com>
  • Loading branch information
mrrobot47 committed Dec 8, 2020
1 parent 2f5e48a commit 18a2c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func main() {
Short: false,
},
}
for _,requiredField := range requiredFields {
for _, requiredField := range requiredFields {
switch strings.ToLower(requiredField) {
case "ref":
field := []Field{
Expand Down

0 comments on commit 18a2c7e

Please sign in to comment.