Skip to content

Commit

Permalink
chore: fix & lint
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
  • Loading branch information
gfanton committed Jan 30, 2024
1 parent a2a3d12 commit 8d1848f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# load a package from the example packages directory.
use gno.land/p/demo/ufmt
use $WORK gno.land/r/importtest
use gno.land/r/importtest $WORK

## start a new node
gnoland start
Expand Down
2 changes: 1 addition & 1 deletion gno.land/pkg/integration/testdata/use_work.txtar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use $WORK/bar gno.land/r/foobar/bar
use gno.land/r/foobar/bar $WORK/bar

## start a new node
gnoland start
Expand Down

0 comments on commit 8d1848f

Please sign in to comment.