Skip to content

Commit

Permalink
Fix formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed Sep 26, 2024
1 parent f60b8d6 commit 491ad4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func TestRunApp(t *testing.T) {
recoverShouldContain: "cannot use bool as main.C without explicit conversion",
},
{
args: []string{"run", "-expr", "Context()", "./run_tests/context.gno"},
args: []string{"run", "-expr", "Context()", "./run_tests/context.gno"},
stdoutShouldContain: "Context worked",
},
// TODO: a test file
Expand Down
2 changes: 1 addition & 1 deletion gnovm/cmd/gno/run_tests/context.gno
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package runtests

import (
"fmt"
"std"
"std"
)

func Context() {
Expand Down

0 comments on commit 491ad4a

Please sign in to comment.