mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
removed line break
This commit is contained in:
parent
dc02040871
commit
67d0a57f40
|
@ -2,7 +2,6 @@ pragma solidity ^0.5.0;
|
|||
|
||||
|
||||
contract AddressRegistry {
|
||||
|
||||
event AddressSet(string name, address addr);
|
||||
mapping(bytes32 => address) registry;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user