Skip to content

Commit 154ddae

Browse files
committed
lint: try again
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 92560ae commit 154ddae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/orfs/ram_8x7/ram_8x7_sim.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
#include <cstdlib>
44
#include <string>
55

6-
#include "Vram_8x7.h" // NOLINT
6+
// NOLINTNEXTLINE
7+
#include "Vram_8x7.h"
78
#include "verilated.h"
89
#include "verilated_vcd_c.h"
910

0 commit comments

Comments
 (0)