Fixed standard error.

This commit is contained in:
Sowmayjain 2018-10-27 02:26:56 +05:30
parent e6539e089a
commit 9b366f95e6

View File

@ -223,7 +223,12 @@ contract Protocols is Registry {
);
}
emit MakerLoan(msg.sender, lockETH, loanDAI, feeDeduct);
emit MakerLoan(
msg.sender,
lockETH,
loanDAI,
feeDeduct
);
}
}