Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee authored and EhsanKhodadad committed Aug 21, 2024
1 parent 35b2fa1 commit b65fb79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ reactor Clock(offset: time = 0, period: time = 1 sec) {

// This needs an STA offset because otherwise it may advance to the stop time while the
// physical connection is in the process of assigning a timestamp.
reactor Destination(STA: time = 1ms) {
reactor Destination(STA: time = 1 ms) {
input x: int
state s: int = 1

Expand Down

0 comments on commit b65fb79

Please sign in to comment.