From a7ba32f8529154492c56df0af7fcb87ec06218cb Mon Sep 17 00:00:00 2001
From: Markus Scheidgen <markus.scheidgen@gmail.com>
Date: Tue, 18 Sep 2018 16:50:40 +0200
Subject: [PATCH] Indentation fix.

---
 nomad/processing/data.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nomad/processing/data.py b/nomad/processing/data.py
index de9b176fc4..5873c07831 100644
--- a/nomad/processing/data.py
+++ b/nomad/processing/data.py
@@ -413,7 +413,7 @@ class Upload(Chord):
     def all_calcs(self, start, end, order_by='mainfile'):
         return Calc.objects(upload_id=self.upload_id)[start:end].order_by(order_by)
 
-@staticmethod
+    @staticmethod
     def repair_all():
         """
         Utitlity function that will look for suspiciously looking conditions in
-- 
GitLab