-
Notifications
You must be signed in to change notification settings - Fork 361
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply
buildifier
to existing files (#1090)
Before we start applying lint checks for BUILD.bazel and *.bzl files in GitHub Actions (#1089), this commit aims to fix existing lint errors by actually applying 'buildifier' [1] locally. This is just a style fix in build files. There must be no observable behavior change in artifacts. [1]: https://github.com/bazelbuild/buildtools/ PiperOrigin-RevId: 688131325
- Loading branch information
Showing
2 changed files
with
18 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ cc_library( | |
], | ||
}), | ||
hdrs = glob([ | ||
"include" | ||
"include", | ||
]), | ||
includes = [ | ||
"include", | ||
|