From 807f5ec0f454925634cf006fd35bb7270fcd2a43 Mon Sep 17 00:00:00 2001
From: Venkat Malladi <venkat.malladi@utsouthwestern.edu>
Date: Mon, 23 Mar 2020 17:39:50 -0500
Subject: [PATCH] Fix spacing.

---
 workflow/tests/test_plot_profile.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/tests/test_plot_profile.py b/workflow/tests/test_plot_profile.py
index b304551..0fe03a6 100644
--- a/workflow/tests/test_plot_profile.py
+++ b/workflow/tests/test_plot_profile.py
@@ -16,4 +16,4 @@ def test_plot_singleend():
 @pytest.mark.pairedend
 def test_plot_pairedend():
     assert os.path.exists(os.path.join(test_output_path, 'plotProfile.png'))
-        assert os.path.getsize(os.path.join(test_output_path, 'plotProfile.png')) > 0
+    assert os.path.getsize(os.path.join(test_output_path, 'plotProfile.png')) > 0
-- 
GitLab