1
0
Fork 0

go-fmt changes

This commit is contained in:
Michał Rudowicz 2024-03-05 21:42:56 +01:00
parent 75f849a7b1
commit 6b3159eed0
3 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ func makeNameEvent(bytes []byte) (*NameEvent, error) {
} }
type getNameResult struct { type getNameResult struct {
ev *NameEvent ev *NameEvent
err error err error
} }