diff --git a/.idea/runConfigurations/Interleave___Simple.xml b/.idea/runConfigurations/Interleave___Simple.xml
index d70eb8e..dd23833 100644
--- a/.idea/runConfigurations/Interleave___Simple.xml
+++ b/.idea/runConfigurations/Interleave___Simple.xml
@@ -12,7 +12,7 @@
-
+
diff --git a/test/test_interleave.py b/test/test_interleave.py
index a3dc0c3..efd93bb 100644
--- a/test/test_interleave.py
+++ b/test/test_interleave.py
@@ -34,7 +34,7 @@ def setUpClass(cls):
with open('text/edge_first_paragraph.txt', 'r') as file:
cls.edge_first_paragraph = file.read()
-
+
with open('text/edge_final_paragraph.txt', 'r') as file:
cls.edge_final_paragraph = file.read()
@@ -73,7 +73,7 @@ def setUpClass(cls):
cls.table_title = 'Table 1: PMNs for which EPA untimely published notice of receipt in the Federal Register'
cls.EPA_signature = '/s/'
-
+
def test_opens_PDF(self):
self.assertEqual(self.short_text, interleave.convert_pdf_to_txt('PDFs/Simple.pdf'))