From 41654b478561bbebd0f55d17346f05d6fbdde62b Mon Sep 17 00:00:00 2001
From: Justus Mueller <justus.mueller@fau.de>
Date: Mon, 3 Jun 2024 20:25:24 +0200
Subject: [PATCH] fix: Remove whitespace in blank lines

---
 src/drive_handle.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/drive_handle.py b/src/drive_handle.py
index 697ee97..518a6c2 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
         """
-- 
GitLab