diff --git a/api/views/index.ejs b/api/views/index.ejs index fb55a4d0..c5747652 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -26,14 +26,14 @@
-
+
diff --git a/src/api_communication/test/test_api_listener.py b/src/api_communication/test/test_api_listener.py index 2ab1d221..0ec2e1c9 100644 --- a/src/api_communication/test/test_api_listener.py +++ b/src/api_communication/test/test_api_listener.py @@ -86,7 +86,7 @@ class ApiListenerTest(unittest.TestCase): msg = DroneStatus() msg.battery_percentage = 10.0 msg.armed = True - msg. height = 10.0 + msg.height = 10.0 msg.control_mode = "attitude" msg.cpu_usage = 10.0 msg.route_setpoint = 0