Skip to content

Commit

Permalink
chore: sort stdlib whitelist (#1387)
Browse files Browse the repository at this point in the history
Fix the order of "encoding/json" as it was out of place.

I stumbled over this yesterday. Nothing about this PR is urgent :)
  • Loading branch information
harry-hov authored Nov 23, 2023
1 parent 902e678 commit 81be5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/pkg/gnolang/precompile.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ var stdlibWhitelist = []string{
"crypto/md5",
"crypto/sha1",
"crypto/sha256",
"encoding/json",
"encoding/base64",
"encoding/binary",
"encoding/hex",
"encoding/json",
"encoding/xml",
"errors",
"flag",
Expand Down

0 comments on commit 81be5ac

Please sign in to comment.