Skip to content

Commit

Permalink
fix linters: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Jan 13, 2024
1 parent 9de2cbc commit a67187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merklize/merklize.go
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@ type Merklizer struct {
entries map[string]RDFEntry
hasher Hasher
safeMode bool
ipfsCli loaders.IPFSClient // @formatter:off : Goland bug
ipfsCli loaders.IPFSClient // @formatter:off : Goland bug
ipfsGW string
documentLoader ld.DocumentLoader
}
Expand Down

0 comments on commit a67187d

Please sign in to comment.