Skip to content

Commit

Permalink
Update README.md (fix alignment in code blocks)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLochmelis33 authored Sep 13, 2024
1 parent 1387b9a commit 138ecde
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ val StoreBuffering = litmusTest(::StoreBufferingState) {
accept(listOf(0 to 1, 1 to 0, 1 to 1))
interesting(listOf(0 to 0))
}
reset {
x = 0
y = 0
r1 = 0
r2 = 0
}
reset {
x = 0
y = 0
r1 = 0
r2 = 0
}
}
```

Expand Down Expand Up @@ -161,10 +161,10 @@ val StoreBuffering: LitmusTest<*> = litmusTest({
accept(1, 1)
interesting(0, 0)
}
reset {
x = 0
y = 0
}
reset {
x = 0
y = 0
}
}
```

Expand Down

0 comments on commit 138ecde

Please sign in to comment.