A fork of https://github.com/teal-fm/piper

got fmt ./...

+4 -4
+4 -4
util/gencbor/gencbor.go
··· 24 24 genCfg.WriteMapEncodersToFile("api/teal/cbor_gen.go", 25 25 "teal", 26 26 teal.AlphaFeedPlay{}, 27 - teal.AlphaActorProfile{}, 28 - teal.AlphaActorStatus{}, 29 - teal.AlphaActorProfile_FeaturedItem{}, 30 - teal.AlphaFeedDefs_PlayView{}, 27 + teal.AlphaActorProfile{}, 28 + teal.AlphaActorStatus{}, 29 + teal.AlphaActorProfile_FeaturedItem{}, 30 + teal.AlphaFeedDefs_PlayView{}, 31 31 ); err != nil { 32 32 panic(err) 33 33 }