Skip to content

Commit 6b2e87d

Browse files
Dustin Shahidehpourmeta-codesync[bot]
authored andcommitted
Apply starlark_fmt formatting to BUCK files: rollout batch 5/11
Summary: Apply starlark_fmt formatting to Buck/Starlark files in the buckformat migration list. This migrates 25 directory subtree(s) off buildifier and onto starlark_fmt by removing them from the migration/exclude list (`tools/lint/starlark/buckformat_buck_migration_dirs.txt`) and reformatting their BUCK files with `arc lint -a --take BUCKFORMAT`. Pure formatting change, mechanically generated. Reproduces the `CodemodConfigStarlarkFmtRollout` codemod transform. Report any issues in [starlark-fmt rollout](https://fb.workplace.com/groups/26797133029938925). Dirsync groups co-batched atomically in this diff: speech_decoder,tazo_identity thread_safety_analysis,thrift rocm_flags,transportmonitor videoprotocol_bandwidth_estimation,avocado_v1 wangle,wearables_mcs_manifest_thrift x3d,aloha_voodoo nodeapi_dynamic_lib bypass-github-export-checks #nocancel Reviewed By: adamjernst Differential Revision: D109047292 fbshipit-source-id: 412f4086069c97ab883f5a2956d823400babcc65
1 parent 280c264 commit 6b2e87d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • thrift/lib/rust/any

thrift/lib/rust/any/BUCK

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ thrift_rust_library(
1414
"fbsource//third-party/rust:base64",
1515
"//syx/artifact_builder/if/override:override-rust",
1616
"//thrift/lib/rust/any/tests/if:test_structs-rust",
17-
] if is_fbcode() else [],
17+
]
18+
if is_fbcode()
19+
else [],
1820
unittests = is_fbcode(),
1921
deps = [
2022
"fbsource//third-party/rust:anyhow",

0 commit comments

Comments
 (0)