Skip to content

Commit

Permalink
style(lint)= remove unnecessary trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed Jun 23, 2023
1 parent a37c734 commit 80f32fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/logic/fs/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,4 @@ func (w WasmHandler) Open(ctx context.Context, uri *url.URL) (fs.File, error) {
}

return NewVirtualFile(data, uri, sdkCtx.BlockTime()), nil

}

0 comments on commit 80f32fd

Please sign in to comment.