Skip to content

Commit

Permalink
fix: run make lint
Browse files Browse the repository at this point in the history
Signed-off-by: weafscast <[email protected]>
  • Loading branch information
weafscast committed Sep 13, 2024
1 parent 35443f3 commit bfa97fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/template/expression_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ package template
import (
"encoding/json"
"fmt"
"github.com/argoproj/argo-workflows/v3/util/expand"
"io"
"os"
"strconv"
"strings"

"github.com/argoproj/argo-workflows/v3/util/expand"

"github.com/expr-lang/expr"
"github.com/expr-lang/expr/file"
"github.com/expr-lang/expr/parser/lexer"
Expand Down

0 comments on commit bfa97fb

Please sign in to comment.