Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Oct 6, 2023
1 parent 75e79c2 commit 3cf53bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/tests/mocks/reentrancy_mock.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ mod ReentrancyMock {
use super::IReentrancyGuardedDispatcher;
use super::IReentrancyGuardedDispatcherTrait;

component!(path: reentrancy_guard_component, storage: reentrancy_guard, event: ReentrancyGuardEvent);
component!(
path: reentrancy_guard_component, storage: reentrancy_guard, event: ReentrancyGuardEvent
);
impl InternalImpl = reentrancy_guard_component::InternalImpl<ContractState>;

#[storage]
Expand Down

0 comments on commit 3cf53bd

Please sign in to comment.