Skip to content

Commit 820a353

Browse files
committed
fix[indent]: indent_delay_assignment.v of tests_ok
1 parent 5cea1b0 commit 820a353

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: tests_ok/indent_delay_assignment.v

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
module a();
22
always(*)begin
33
a = #1 b |
4-
c |
5-
d;
4+
c |
5+
d;
66
a <= #1 b |
7-
c |
8-
d;
7+
c |
8+
d;
9+
a <= # 1 b |
10+
c |
11+
d;
912

1013
end
1114
endmodule

0 commit comments

Comments
 (0)