Skip to content

Commit 264a911

Browse files
committed
Fix Makefile indentation
1 parent 13eafc6 commit 264a911

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ apigen:
4343
mkdocs:
4444
@command -v mkdocs >/dev/null 2>&1; \
4545
if test $$? -eq 0; then \
46-
mkdocs build --clean \
47-
else \
46+
mkdocs build --clean \
47+
else \
4848
echo "Cannot find mkdocs :("; \
4949
echo "Aborting."; \
5050
exit 1; \
51-
fi
51+
fi
5252

5353
docs-api: apigen
5454

0 commit comments

Comments
 (0)