From d41ca7daae11fcb103adf94d6056c99cf445f04c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 31 Aug 2024 13:25:04 -0700 Subject: [PATCH] vram: tidy up formatting --- vram/MemoryArbiter_Test.bsv | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vram/MemoryArbiter_Test.bsv b/vram/MemoryArbiter_Test.bsv index 59e0071..0338bdf 100644 --- a/vram/MemoryArbiter_Test.bsv +++ b/vram/MemoryArbiter_Test.bsv @@ -200,9 +200,7 @@ module mkTB(); testCase("CPU write conflict, conflict resolved", idle, idle, idle, read(0), idle, idle, - -1, 0) - -); + -1, 0)); Reg#(UInt#(32)) idx <- mkReg(0);