Skip to content

Commit addea42

Browse files
committed
refactor: Remove unnecessary blank line in HelperContract
1 parent 6b94243 commit addea42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/helpers/HelperContract.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import {Facet} from "@diamond/libraries/constants/Types.sol";
1111
///
1212
/// @dev Includes support for generating selectors using Foundry FFI, array manipulation, and facet inspection.
1313
abstract contract HelperContract is Test {
14-
1514
/// @notice Generates function selectors for a given facet using Foundry's `forge inspect`.
1615
/// @dev Uses `vm.ffi` to execute a shell command that retrieves method identifiers.
1716
/// @param _facet The name of the facet contract to inspect.

0 commit comments

Comments
 (0)