Skip to content

Commit

Permalink
fix[indent]: indent_delay_assignment.v of tests_ok
Browse files Browse the repository at this point in the history
  • Loading branch information
my2817 committed Nov 7, 2024
1 parent 5cea1b0 commit 11fcd61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests_ok/indent_delay_assignment.v
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ module a();
a <= #1 b |
c |
d;
a <= # 1 b |
c |
d;

end
endmodule

0 comments on commit 11fcd61

Please sign in to comment.