Skip to content

Commit

Permalink
test: prepare for gno fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Jul 30, 2024
1 parent b995c67 commit 0b90dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gnols/testdata/document_formatting_imports.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func Hello(){
-- expected/formatting.json --
[
{
"newText": "package foo\n\nimport \"gno.land/p/demo/ufmt\"\n\nfunc Hello() {\n\tufmt.Sprintf()\n}\n\n",
"newText": "package foo\n\nimport \"gno.land/p/demo/ufmt\"\n\nfunc Hello() {\n\tufmt.Sprintf()\n}\n",
"range": {
"end": {
"character": 0,
Expand Down

0 comments on commit 0b90dd6

Please sign in to comment.