Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jan 19, 2024
1 parent 5084fea commit 143bbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cmd: hub addon

# Format the code.
fmt: $(GOIMPORTS)
goimports -w $(PKGDIR)
$(GOIMPORTS) -w $(PKGDIR)

# Run go vet against code
vet:
Expand Down

0 comments on commit 143bbb0

Please sign in to comment.