Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Feb 21, 2024
1 parent 2989015 commit 4974242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Registry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ import { IRegistry } from "./IRegistry.sol";
* @author zeroknots
*/

contract Registry is IRegistry, SignedAttestation {
}
contract Registry is IRegistry, SignedAttestation { }

0 comments on commit 4974242

Please sign in to comment.