nielsbasjes commented on pull request #13308: URL: https://github.com/apache/beam/pull/13308#issuecomment-737346370
Strange; after a `./gradlew check` the file sdks/go/pkg/beam/transforms/stats/stats.shims.go is modified. The changes seem like code layout/styling differences. For example: ``` - f := fn.(func(float64,float64) (float64)) + f := fn.(func(float64, float64) float64) ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
