Skip to content

Commit

Permalink
Daily arc lint --take CLANGFORMAT
Browse files Browse the repository at this point in the history
Differential Revision: D57660530

fbshipit-source-id: 2a50cc88b7296d05dfa5770c322580a3d44f5ad1
  • Loading branch information
generatedunixname89002005325676 authored and facebook-github-bot committed May 22, 2024
1 parent b643eac commit 3aaf334
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions proto/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,7 @@ message Locales {
}

// Optimization configuration used to generate Split APKs.
message SplitsConfig {
repeated SplitDimension split_dimension = 1;
}
message SplitsConfig { repeated SplitDimension split_dimension = 1; }

// Optimization configuration used to generate Standalone APKs.
message StandaloneConfig {
Expand Down Expand Up @@ -344,9 +342,7 @@ message ApexConfig {
}

// Represents a set of ABIs which must be supported by a single APEX image.
message SupportedAbiSet {
repeated string abi = 1;
}
message SupportedAbiSet { repeated string abi = 1; }

message ApexEmbeddedApkConfig {
// Android package name of the APK.
Expand Down

0 comments on commit 3aaf334

Please sign in to comment.