[all-commits] [llvm/llvm-project] 3ce92e: github: fix empty continuation line; remove traili...
George Burgess IV via All-commits
all-commits at lists.llvm.org
Mon Mar 3 08:48:04 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ce92e1c4f5436d3fd93fffada520e6be72c7a1e
https://github.com/llvm/llvm-project/commit/3ce92e1c4f5436d3fd93fffada520e6be72c7a1e
Author: George Burgess IV <george.burgess.iv at gmail.com>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M .github/workflows/containers/github-action-ci/Dockerfile
Log Message:
-----------
github: fix empty continuation line; remove trailing whitespace (#129535)
- Trailing whitespace shows up as red on my editor, so remove.
- Docker on my machine warns that having line continuations like:
```
sudo \
foo
```
is deprecated, and will become an error, so fix that up ahead of time.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list