From 01fc6559343fb1f0a272a0780cf26c88b3d027d3 Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Thu, 22 Dec 2016 03:36:16 -0600
Subject: [PATCH] Whitespace fix.

---
 test/test_misc.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_misc.py b/test/test_misc.py
index 13f1112a4..94d83cd29 100644
--- a/test/test_misc.py
+++ b/test/test_misc.py
@@ -69,7 +69,6 @@ def test_compute_sccs():
                 result = visit(scc_root)
                 assert set(result) == scc, (set(result), scc)
 
-
     for nnodes in range(10, 20):
         for i in range(40):
             graph = generate_random_graph(nnodes)
-- 
GitLab