From 46a7ec1df48a20d288f8be20d8129443e1184018 Mon Sep 17 00:00:00 2001 From: Thrilok Kumar Date: Tue, 23 Mar 2021 03:24:33 +0530 Subject: [PATCH] Minor change --- contracts/TokenDelegate.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/TokenDelegate.sol b/contracts/TokenDelegate.sol index b7eda44..ebb6c62 100644 --- a/contracts/TokenDelegate.sol +++ b/contracts/TokenDelegate.sol @@ -87,7 +87,6 @@ contract TokenDelegate is TokenDelegateStorageV1, TokenEvents { emit ChangedNameAndSymbol(name, name_, symbol, symbol_); name = name_; symbol = symbol_; - } /**