Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Oct 24, 2023
1 parent 611ad45 commit 217c359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4743,8 +4743,8 @@ func TestRuntimeRandom(t *testing.T) {
script := []byte(`
transaction {
prepare() {
let rand1 = revertibleRandom()
log(rand1)
let rand1 = revertibleRandom()
log(rand1)
let rand2 = unsafeRandom()
log(rand2)
}
Expand Down

0 comments on commit 217c359

Please sign in to comment.