From 356f6ff45b5f7e04dfbff1f1e6791d8614def875 Mon Sep 17 00:00:00 2001
From: Samuel Gaist <samuel.gaist@idiap.ch>
Date: Thu, 14 Mar 2019 15:25:08 +0100
Subject: [PATCH] [schema] End of file cleanup

---
 beat/core/schema/algorithm/2.json      | 2 +-
 beat/core/schema/algorithm/3.json      | 2 +-
 beat/core/schema/toolchain/common.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/beat/core/schema/algorithm/2.json b/beat/core/schema/algorithm/2.json
index 2dbb3c9d..29b40019 100644
--- a/beat/core/schema/algorithm/2.json
+++ b/beat/core/schema/algorithm/2.json
@@ -76,4 +76,4 @@
   },
 
   "required": ["type", "api_version", "schema_version"]
-}
\ No newline at end of file
+}
diff --git a/beat/core/schema/algorithm/3.json b/beat/core/schema/algorithm/3.json
index 514c75ff..3a6d95b5 100644
--- a/beat/core/schema/algorithm/3.json
+++ b/beat/core/schema/algorithm/3.json
@@ -160,4 +160,4 @@
   },
 
   "required": ["type", "api_version", "schema_version"]
-}
\ No newline at end of file
+}
diff --git a/beat/core/schema/toolchain/common.json b/beat/core/schema/toolchain/common.json
index 0310d9d1..92bd762d 100644
--- a/beat/core/schema/toolchain/common.json
+++ b/beat/core/schema/toolchain/common.json
@@ -220,4 +220,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
-- 
GitLab