From 687ac54c660392df163a2f4e685b111ad2521be1 Mon Sep 17 00:00:00 2001
From: Tue Herlau <tuhe@dtu.dk>
Date: Mon, 23 May 2022 16:32:00 +0200
Subject: [PATCH] updates

---
 src/unitgrade/framework.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/unitgrade/framework.py b/src/unitgrade/framework.py
index daa7cf2..c406aec 100644
--- a/src/unitgrade/framework.py
+++ b/src/unitgrade/framework.py
@@ -18,7 +18,7 @@ def setup_dir_by_class(C, base_dir):
     name = C.__class__.__name__
     return base_dir, name
 
-
+ 
 class Report:
     title = "report title"
     abbreviate_questions = False # Should the test items start with 'Question ...' or just be q1).
-- 
GitLab