diff --git a/geomagio/edge/FDSNFactory.py b/geomagio/edge/FDSNFactory.py
index 4278fafc2a3348874ca98329a79c0fe9213b9607..618395c46246defd50d2cdd301fab8c98a308922 100644
--- a/geomagio/edge/FDSNFactory.py
+++ b/geomagio/edge/FDSNFactory.py
@@ -390,5 +390,5 @@ class FDSNFactory(TimeseriesFactory):
         # If no data found for the selected channel, return an empty stream
         if len(rotated_stream) == 0:
             return Stream()
-        
+
         return rotated_stream