Skip to content

Commit

Permalink
style: fixed broken formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Aug 28, 2024
1 parent ed46d2f commit f8a1859
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions contracts/fee_splitter/FeeSplitter.vy
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ event FeeDispatched:


struct Receiver:
addr: address
weight: uint256
addr: address
weight: uint256


version: public(constant(String[8])) = "0.1.0" # no guarantees on abi stability
Expand Down
6 changes: 3 additions & 3 deletions contracts/manual/IncentivesManager.vy
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ event UpdateIncentivesState:


struct IncentivePayload:
gauge: address
amount: uint256
data: Bytes[MAX_DATA_SIZE]
gauge: address
amount: uint256
data: Bytes[MAX_DATA_SIZE]


MAX_INCENTIVES_PER_GAUGE: public(constant(uint256)) = (
Expand Down
6 changes: 3 additions & 3 deletions tests/mocks/MockBribeLogic.vy
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ manager: address


struct IncentivePayload:
gauge: address
amount: uint256
data: Bytes[1024]
gauge: address
amount: uint256
data: Bytes[1024]


received_payloads: public(DynArray[IncentivePayload, 1000])
Expand Down

0 comments on commit f8a1859

Please sign in to comment.