Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Duologic committed Jan 4, 2021
1 parent cc14e40 commit 843f97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tanka/evaluators.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func EvalJsonnet(path string, opts jsonnet.Opts) (raw string, err error) {
// evaluate Jsonnet
if opts.EvalScript != "" {
var tla []string
for k, _ := range opts.TLACode {
for k := range opts.TLACode {
tla = append(tla, k)
}
evalScript := fmt.Sprintf(`
Expand Down

0 comments on commit 843f97f

Please sign in to comment.