Skip to content

Commit

Permalink
chore: EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia committed Apr 5, 2022
1 parent 544e187 commit c786171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/mocks/DummyThirdPartyRegistryUpgrade.sol
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,4 @@ contract DummyThirdPartyRegistryUpgrade is OwnableInitializable, NativeMetaTrans
require(bytes(_item.id).length > 0, "TPR#_checkItemParam: EMPTY_ID");
require(bytes(_item.metadata).length > 0, "TPR#_checkItemParam: EMPTY_METADATA");
}
}
}

0 comments on commit c786171

Please sign in to comment.