Skip to content

Commit

Permalink
add line between comp and impl
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Oct 6, 2023
1 parent 3cf53bd commit 43ced5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/mocks/reentrancy_mock.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mod ReentrancyMock {
component!(
path: reentrancy_guard_component, storage: reentrancy_guard, event: ReentrancyGuardEvent
);

impl InternalImpl = reentrancy_guard_component::InternalImpl<ContractState>;

#[storage]
Expand Down

0 comments on commit 43ced5d

Please sign in to comment.