Minor change

This commit is contained in:
Thrilok Kumar 2020-07-04 22:12:56 +05:30
parent 1c51ff67e6
commit d089fdb8d0

View File

@ -51,7 +51,7 @@ contract Stores {
/** /**
* @dev Connector Details - needs to be changed before deployment * @dev Connector Details - needs to be changed before deployment
*/ */
function connectorID() public virtual view returns(uint model, uint id) { function connectorID() public view returns(uint model, uint id) {
(model, id) = (0, 0); (model, id) = (0, 0);
} }