From 67d0a57f408b10b7b161b55fccfb7d036053f2be Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Tue, 12 Mar 2019 04:28:28 +0530 Subject: [PATCH] removed line break --- contracts/AddressRegistry.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/AddressRegistry.sol b/contracts/AddressRegistry.sol index e1bde9a..e61a3d1 100644 --- a/contracts/AddressRegistry.sol +++ b/contracts/AddressRegistry.sol @@ -2,7 +2,6 @@ pragma solidity ^0.5.0; contract AddressRegistry { - event AddressSet(string name, address addr); mapping(bytes32 => address) registry;