From 307bd61d1ff99ba9a02e8d61d811bec52c4d3dbb Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Tue, 16 Jan 2018 18:01:06 -0600
Subject: [PATCH] flake8 fix

---
 test/test_clrandom.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_clrandom.py b/test/test_clrandom.py
index 3187fbf5..2be2e46f 100644
--- a/test/test_clrandom.py
+++ b/test/test_clrandom.py
@@ -73,7 +73,7 @@ def test_clrandom_dtypes(ctx_factory, rng_class, dtype):
 
     with cl.CommandQueue(cl_ctx) as queue:
         rng.uniform(queue, size, dtype)
-        
+
         if dtype not in (np.int32, np.int64):
             rng.normal(queue, size, dtype)
 
-- 
GitLab