Skip to content

Commit

Permalink
Fixed unsorted-dict-items lint.
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Hansen <[email protected]>
  • Loading branch information
marvin-hansen committed Oct 8, 2024
1 parent fad4c62 commit b42d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bzlmod/cross_compile/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ llvm.toolchain(
name = "llvm_toolchain",
llvm_version = "16.0.0", # Same LLVM version for all platforms
stdlib = {
"linux-x86_64": "stdc++",
"linux-aarch64": "stdc++",
"linux-x86_64": "stdc++",
},
)
llvm.sysroot(
Expand Down

0 comments on commit b42d351

Please sign in to comment.