Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Owen Rumney <[email protected]>
  • Loading branch information
Owen Rumney committed Oct 6, 2022
1 parent 1ea4e20 commit f5ada61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/scanners/azure/functions/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ var generalFuncs = map[string]func(...interface{}) interface{}{
"uniqueString": UniqueString,
"uri": Uri,
"utcNow": UTCNow,

}

func Evaluate(deploymentProvider DeploymentData, name string, args ...interface{}) interface{} {
Expand Down

0 comments on commit f5ada61

Please sign in to comment.