From 1c634e4ae454201876f173323165167514c03d91 Mon Sep 17 00:00:00 2001
From: Kia <kia@special-circumstanc.es>
Date: Thu, 22 Apr 2021 09:50:34 -0600
Subject: [PATCH] spacing

---
 unoptimized_lr/simple_lr_tables.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/unoptimized_lr/simple_lr_tables.py b/unoptimized_lr/simple_lr_tables.py
index 6d838fb..30319a8 100644
--- a/unoptimized_lr/simple_lr_tables.py
+++ b/unoptimized_lr/simple_lr_tables.py
@@ -237,11 +237,9 @@ class ReduceRuleTable(Elaboratable):
         self.table_width = (lang_params.W_max_RHS + lang_params.W_nonterminal)
         self.table_depth = lang_param.number_of_reduce_rules
 
-
         # Interfaces
         self.bus = OneDimensionTableBus(parameters=lang_params)
 
-
         self.mem = Memory(width=self.table_width, depth=self.table_depth, init=input_array)
 
 
-- 
GitLab