Removed spurious newline

Signed-off-by: Maciej Kurc <mkurc@antmicro.com>
diff --git a/tests/clock_mux/gmux.sim.v b/tests/clock_mux/gmux.sim.v
index d5d4492..c2490d7 100644
--- a/tests/clock_mux/gmux.sim.v
+++ b/tests/clock_mux/gmux.sim.v
@@ -32,7 +32,6 @@
     (* COMB_INCLUDE_CLOCKS *)
     output wire IZ;
 
-
     // Behavioral model:
     assign IZ = IS0 ? IC : IP;