onflow / atree

Atree provides scalable arrays and scalable ordered maps.
https://onflow.org
Apache License 2.0
39 stars 16 forks source link

Reformat with gofmt 1.19 #280

Closed fxamacker closed 1 year ago

fxamacker commented 1 year ago

Description

Go 1.19 changed how comments are formatted by gofmt. This PR reformats comments to match gofmt in Go 1.19.

Updates #281