diff --git a/src/drive_handle.py b/src/drive_handle.py
index 697ee978026f9380cc9738c8a92a10fed526a06c..518a6c24e85f2a1609a66bf44c13cd86c77cb485 100644
--- a/src/drive_handle.py
+++ b/src/drive_handle.py
@@ -63,7 +63,7 @@ class DriveHandle:
     def get_drive_size(self) -> int:
         """
         Determines the total drive size
-        
+
         Returns:
             drive_size (int): The drive size measured in bytes
         """
@@ -129,7 +129,7 @@ class DriveHandle:
         Parameters:
             cluster_number (int): The cluster number, that needs to be checked
             file_name (str): The name of the file, the cluster might be associated with
-        
+
         Returns:
             association (bool): True, if the cluster is associated with the file, False otherwise
         """