From bd1d89cb2e00a7cb62e4748a25bef794d5c76275 Mon Sep 17 00:00:00 2001 From: Anthony Tseng Date: Fri, 16 Aug 2024 14:41:46 -0700 Subject: [PATCH] Formatting fixes which not related to this PR failure is cause by https://github.com/brave/brave-core/pull/25065 which skips CI --- script/brave_license_helper.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/brave_license_helper.py b/script/brave_license_helper.py index 1f284c81224..5e77eb2e0f8 100644 --- a/script/brave_license_helper.py +++ b/script/brave_license_helper.py @@ -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'),