fix linting errors

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba 2021-03-24 09:36:19 -07:00
parent a3513ed479
commit ca613ea50b
3 changed files with 38 additions and 38 deletions

View File

@ -16,7 +16,7 @@ test:
.PHONY: cuefmt
cuefmt:
@(cue fmt -s ./stdlib/...)
@(cue fmt -s ./examples/*)
@(cue fmt -s ./examples/*/)
@(cue fmt -s ./tests/...)
.PHONY: lint