jason810496 opened a new pull request, #70174: URL: https://github.com/apache/airflow/pull/70174
The Dataflow system-test resource `wordcount.go` is indented with spaces, so the Go SDK's gofmt prek hook (`golines` + `gofumpt`) rewrites it on every repo-wide run (`prek run -c go-sdk/.pre-commit-config.yaml gofmt --all-files`), leaving contributors with an unrelated dirty file. Tab indentation also matches standard Go formatting and the upstream Apache Beam example this resource copies. Whitespace-only change: the Dataflow system test compiles the pipeline from source, so behaviour is unchanged. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Fable 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
