diff --git a/formats/platform_status.py b/formats/platform_status.py
index 3be198f30609f9d4d3f2772587cbb22fc9bc2b9b..b02ce732fcea8cb7c663e25e50004f65d8c735ec 100644
--- a/formats/platform_status.py
+++ b/formats/platform_status.py
@@ -27,8 +27,7 @@ sensor_schema = {
 
 platform_status_core_fields_schema = {
     "type": "object",
-    "properties": {
-    },
+    "properties": {},
 }
 
 platform_status_schema = {
diff --git a/formats/waypoints.py b/formats/waypoints.py
index feea7f74079946843705d0dab4c513288f32ab90..11fc50183739da46a9bf308242f28468e96295c0 100644
--- a/formats/waypoints.py
+++ b/formats/waypoints.py
@@ -81,9 +81,9 @@ waypoints_schema = {
             "example": "2022-12-21T00:00:00Z",
         },
         "waypoints": {
-            "type": "array", 
+            "type": "array",
             "items": waypoint_schema,
-        }
+        },
     },
     "required": [
         "message_type",