Skip to content

Commit

Permalink
regenerate protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
ened committed Apr 7, 2024
1 parent 4834fcd commit 65a9783
Show file tree
Hide file tree
Showing 5 changed files with 938 additions and 877 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ struct EstablishBondingInfo {

extension EstablishBondingInfo.BondState: CaseIterable {
// The compiler won't synthesize support with the UNRECOGNIZED case.
static var allCases: [EstablishBondingInfo.BondState] = [
static let allCases: [EstablishBondingInfo.BondState] = [
.none,
.bonding,
.bonded,
Expand Down
Loading

0 comments on commit 65a9783

Please sign in to comment.