Skip to content

Commit

Permalink
Fix linter errors with new test files
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekStrickland committed Feb 27, 2022
1 parent cc72d17 commit 89b4f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ client {
enabled = true

template {
function_denylist = ["foo"]
function_denylist = ["foo"]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ client {
enabled = true

template {
function_denylist = []
function_denylist = []
}
}

0 comments on commit 89b4f3c

Please sign in to comment.