From 73aaa720b8745573540175ea99504bac06fc534d Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 21 Jun 2016 18:26:25 -0700 Subject: [PATCH] Remove extra spaces --- fdtd/base.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/fdtd/base.py b/fdtd/base.py index e05f416..6285fb9 100644 --- a/fdtd/base.py +++ b/fdtd/base.py @@ -70,6 +70,3 @@ def type_to_C(float_type: numpy.float32 or numpy.float64) -> str: else: raise Exception('Unsupported type') return arg_type - - -