From 5dcae08f1984876d2ad0b57691ac65055a6cca3a Mon Sep 17 00:00:00 2001
From: Dorian Goepp <dorian.goepp@gmail.com>
Date: Tue, 9 Jul 2019 10:14:20 +0200
Subject: [PATCH] Add newlines at end of files

---
 src/HorizontalGauge/RosHGauge.js            | 2 +-
 src/InteractionTrace/RosInteractionTrace.js | 2 +-
 src/LatestInteraction/LatestInteraction.js  | 2 +-
 src/utils/configurationHelpers.js           | 2 +-
 src/utils/modeModal.js                      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/HorizontalGauge/RosHGauge.js b/src/HorizontalGauge/RosHGauge.js
index 7341eb3..a14070c 100644
--- a/src/HorizontalGauge/RosHGauge.js
+++ b/src/HorizontalGauge/RosHGauge.js
@@ -91,4 +91,4 @@ decorate(RosHGauge, {
     max: computed,
 })
 
-export default RosHGauge
\ No newline at end of file
+export default RosHGauge
diff --git a/src/InteractionTrace/RosInteractionTrace.js b/src/InteractionTrace/RosInteractionTrace.js
index d957505..fb0caea 100644
--- a/src/InteractionTrace/RosInteractionTrace.js
+++ b/src/InteractionTrace/RosInteractionTrace.js
@@ -178,4 +178,4 @@ decorate(RosInteractionTrace, {
   lowerIdResets: computed,
 })
 
-export default sizeMe({monitorHeight: true})(RosInteractionTrace);
\ No newline at end of file
+export default sizeMe({monitorHeight: true})(RosInteractionTrace);
diff --git a/src/LatestInteraction/LatestInteraction.js b/src/LatestInteraction/LatestInteraction.js
index 7b9fbf0..24aea55 100644
--- a/src/LatestInteraction/LatestInteraction.js
+++ b/src/LatestInteraction/LatestInteraction.js
@@ -62,4 +62,4 @@ function LatestInteraction(props) {
     </div>
   );
 }
-)
\ No newline at end of file
+)
diff --git a/src/utils/configurationHelpers.js b/src/utils/configurationHelpers.js
index 0ae533d..f79e45f 100644
--- a/src/utils/configurationHelpers.js
+++ b/src/utils/configurationHelpers.js
@@ -64,4 +64,4 @@ export function appendConfigSchema(store, configSchema) {
   merge(store.configSchema, configSchema);
   // Fill the undefined fields of the configuration object with their default values.
   defaultConfig(store);
-}
\ No newline at end of file
+}
diff --git a/src/utils/modeModal.js b/src/utils/modeModal.js
index 645dc52..544a581 100644
--- a/src/utils/modeModal.js
+++ b/src/utils/modeModal.js
@@ -65,4 +65,4 @@ export class Modal extends Component {
         return config;
     }
     
-}
\ No newline at end of file
+}
-- 
GitLab