From 93f6e65855a1e046b42afbad0ad129a3d44dc971 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 22 Sep 2023 17:21:45 +0200 Subject: [PATCH] Makefile: remove stray trailing space (#1126) Signed-off-by: Sebastiaan van Stijn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 828b2a1b5..82a8e222a 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ FIGURE_FILES := \ MARKDOWN_LINT_VER?=v0.8.1 -TOOLS := gitvalidation +TOOLS := gitvalidation default: check-license lint test