aboutsummaryrefslogtreecommitdiff
path: root/task4/scorehand.sv
diff options
context:
space:
mode:
Diffstat (limited to 'task4/scorehand.sv')
-rw-r--r--task4/scorehand.sv1
1 files changed, 0 insertions, 1 deletions
diff --git a/task4/scorehand.sv b/task4/scorehand.sv
index a472873..a6c40d6 100644
--- a/task4/scorehand.sv
+++ b/task4/scorehand.sv
@@ -23,5 +23,4 @@ module scorehand(card1, card2, card3, total);
else
total = sum;
end
-
endmodule: scorehand