Skip to content

Commit

Permalink
Remove extra space in GUIDELINES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dheeraj-shah committed Dec 12, 2024
1 parent 5df1070 commit 0df6248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Engineering Guidelines
Engineering Guidelines

## Testing

Expand Down Expand Up @@ -152,4 +152,4 @@ In addition to the official Solidity Style Guide we have a number of other conve
3. Declare the error in the implementation if the underlying interface/library is not suitable to do so (eg. interface/library already specified in an ERC).
4. Declare the error in an extension if the error only happens in such extension or child contracts.

* Custom error names should not be declared twice along the library to avoid duplicated identifier declarations when inheriting from multiple contracts.
* Custom error names should not be declared twice along the library to avoid duplicated identifier declarations when inheriting from multiple contracts.

0 comments on commit 0df6248

Please sign in to comment.