Skip to content

Commit 446b45a

Browse files
author
zynaa
committed
style: use consistent three empty lines in Makefile
1 parent f423145 commit 446b45a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ linkcheck-docs: ## check broken links
6666
sphinx-build -W --keep-going --color -b linkcheck docs/ docs/_build/
6767

6868

69+
6970
hook/%: VARIANT?=default
7071
hook/%: ## run post-build hooks for an image
7172
python3 -m tagging.write_tags_file --short-image-name "$(notdir $@)" --tags-dir /tmp/jupyter/tags/ --registry "$(REGISTRY)" --owner "$(OWNER)" --variant "$(VARIANT)" && \

0 commit comments

Comments
 (0)