Skip to content

Commit a2ff35a

Browse files
committed
unified: Fix Bazel formatting errors
1 parent a3d9492 commit a2ff35a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

unified/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ codeql_pkg_files(
5454
pkg_filegroup(
5555
name = "swift-syntax-parse-arch",
5656
srcs = select_os(
57-
posix = ["//unified/swift-syntax-rs:swift-syntax-parse-pkg"],
5857
otherwise = [],
58+
posix = ["//unified/swift-syntax-rs:swift-syntax-parse-pkg"],
5959
),
6060
prefix = "tools/{CODEQL_PLATFORM}",
6161
)

unified/swift-syntax-rs/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ sh_binary(
8686
# the real binary, and the runtime libraries, flattened into one directory.
8787
codeql_pkg_runfiles(
8888
name = "swift-syntax-parse-pkg",
89-
exes = [":swift-syntax-parse"],
9089
# The `.sh` source is shipped as `swift-syntax-parse` (the wrapper); drop the
9190
# original filename.
9291
excludes = ["swift-syntax-parse.sh"],
92+
exes = [":swift-syntax-parse"],
9393
target_compatible_with = _SWIFT_SUPPORTED_PLATFORMS,
9494
visibility = ["//unified:__pkg__"],
9595
)

0 commit comments

Comments
 (0)