fix indent

This commit is contained in:
Samuel Huang 2021-11-26 18:25:53 +08:00
parent 7c579b6323
commit 8e80429bc1
2 changed files with 17 additions and 18 deletions

View File

@ -11,7 +11,6 @@ module OnePulse (
signal_single_pulse <= 1'b1;
else
signal_single_pulse <= 1'b0;
signal_delay <= signal;
end
endmodule