From b083c91260b8d5d8e5ecf0a5fa6d07f3c1e5907d Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Fri, 12 Apr 2024 12:30:34 +0200 Subject: [PATCH] FIX: Small whitespace change. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 616341d..c74b3a1 100644 --- a/Makefile +++ b/Makefile @@ -53,5 +53,5 @@ autopep8: all: autopep8 test -mypy: - mypy tests \ No newline at end of file +mypy: + mypy tests -- GitLab