Skip to content

Commit 138ecde

Browse files
authored
Update README.md (fix alignment in code blocks)
1 parent 1387b9a commit 138ecde

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ val StoreBuffering = litmusTest(::StoreBufferingState) {
9191
accept(listOf(0 to 1, 1 to 0, 1 to 1))
9292
interesting(listOf(0 to 0))
9393
}
94-
reset {
95-
x = 0
96-
y = 0
97-
r1 = 0
98-
r2 = 0
99-
}
94+
reset {
95+
x = 0
96+
y = 0
97+
r1 = 0
98+
r2 = 0
99+
}
100100
}
101101
```
102102

@@ -161,10 +161,10 @@ val StoreBuffering: LitmusTest<*> = litmusTest({
161161
accept(1, 1)
162162
interesting(0, 0)
163163
}
164-
reset {
165-
x = 0
166-
y = 0
167-
}
164+
reset {
165+
x = 0
166+
y = 0
167+
}
168168
}
169169
```
170170

0 commit comments

Comments
 (0)