Skip to content

Commit 0565340

Browse files
committed
fixed formatting
1 parent a94b460 commit 0565340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/LibNonReentrancy.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ library LibNonReentrancy {
99
// Function selector - 0x43a0d067
1010
error Reentrancy();
1111

12-
/// @dev How to use as a library in user facets
12+
/// @dev How to use as a library in user facets
1313
/*
1414
function someFunction() external {
1515
LibNonReentrancy.enter();

0 commit comments

Comments
 (0)