From 2c08e4bbbe53570d775bde7d4edafef8bb8e9882 Mon Sep 17 00:00:00 2001 From: Gamenight77 Date: Sat, 22 Mar 2025 10:11:16 +0100 Subject: [PATCH] Remove unnecessary closing parenthesis in counter module --- Introduction/counter/counter.v | 1 - 1 file changed, 1 deletion(-) diff --git a/Introduction/counter/counter.v b/Introduction/counter/counter.v index 901e3a0..0f0953f 100644 --- a/Introduction/counter/counter.v +++ b/Introduction/counter/counter.v @@ -11,6 +11,5 @@ module counter ( else count <= count + 1; end -); endmodule \ No newline at end of file