format code
[nmutil.git] / src / nmutil / test / example_gtkwave.py
index 21fc4911f8ca1935358885825f77926e0911905e..c01bfac366da498dadb5537221ee6a08dd81fc67 100644 (file)
@@ -28,6 +28,7 @@ class Shifter(Elaboratable):
 
         * ``n_o_valid`` and ``n_i_ready``: handshake
     """
+
     def __init__(self, width):
         self.width = width
         """data width"""