Skip to content

Commit

Permalink
remove clearly unnecessary lingering bzl file references
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Oct 4, 2022
1 parent db9c760 commit 23cdaa2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hack/boilerplate/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ def file_passes(filename, refs, regexs):
if generated:
if extension == "go":
extension = "generatego"
elif extension == "bzl":
extension = "generatebzl"

if extension != "":
ref = refs[extension]
Expand Down

0 comments on commit 23cdaa2

Please sign in to comment.