Formatting fixes which not related to this PR

failure is cause by https://github.com/brave/brave-core/pull/25065
which skips CI
This commit is contained in:
Anthony Tseng
2024-08-22 10:36:57 -07:00
parent 7d5ccf8333
commit bd1d89cb2e
+2 -1
View File
@@ -89,7 +89,8 @@ def AddBraveCredits(root, prune_paths, special_cases, prune_dirs,
# Rust crates that are downloaded but not used (due to Cargo.toml
# misconfigurations in other crates).
os.path.join('brave', 'third_party', 'rust', 'valuable'),
os.path.join('brave', 'third_party', 'rust', 'windows_aarch64_gnullvm'),
os.path.join('brave', 'third_party', 'rust',
'windows_aarch64_gnullvm'),
os.path.join('brave', 'third_party', 'rust', 'windows_i686_gnu'),
os.path.join('brave', 'third_party', 'rust', 'windows_x86_64_gnu'),
os.path.join('brave', 'third_party', 'rust', 'windows_x86_64_gnullvm'),