Skip to content

chore: gofmt plugin BLS helper files - #558

Open
0xrlawrence wants to merge 1 commit into
canopy-network:mainfrom
0xrlawrence:fix/gofmt-plugin-bls
Open

chore: gofmt plugin BLS helper files#558
0xrlawrence wants to merge 1 commit into
canopy-network:mainfrom
0xrlawrence:fix/gofmt-plugin-bls

Conversation

@0xrlawrence

Copy link
Copy Markdown

Description

plugin/go/crypto/bls.go and plugin/go/tutorial/crypto/bls.go are not formatted with gofmt, so both are reported by gofmt -l .. CONTRIBUTING.md requires all Go code to be formatted with the standard tool.

Changes Made

  • Ran gofmt -w on the two files. The change is alignment of two single-line function bodies in each.

Testing

  • gofmt -l plugin/ is now clean
  • No functional change; nothing to test beyond formatting

Note

fsm/key.go is also currently unformatted. It is fixed separately, alongside the identifier rename that file needs, so that each PR stays isolated per CONTRIBUTING's "one pull request per fix" guidance.

🤖 Generated with Claude Code

The alignment of the single-line function bodies in plugin/go/crypto/bls.go
and plugin/go/tutorial/crypto/bls.go does not match gofmt output, so both
files are reported by 'gofmt -l .'. CONTRIBUTING.md requires all Go code to
be formatted with gofmt.

No functional change.

Note: fsm/key.go is also currently unformatted; it is fixed separately
alongside the identifier rename it needs, to keep these changes isolated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant