mirror of
https://github.com/Instadapp/smart-contract.git
synced 2024-07-29 22:08:07 +00:00
removed blank lines.
This commit is contained in:
parent
1d096e790c
commit
2e1567b76e
|
@ -2,13 +2,11 @@ pragma solidity ^0.4.23;
|
||||||
|
|
||||||
|
|
||||||
library SafeMath {
|
library SafeMath {
|
||||||
|
|
||||||
function add(uint256 a, uint256 b) internal pure returns (uint256) {
|
function add(uint256 a, uint256 b) internal pure returns (uint256) {
|
||||||
uint256 c = a + b;
|
uint256 c = a + b;
|
||||||
require(c >= a, "math-not-safe");
|
require(c >= a, "math-not-safe");
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
contract UserAuth {
|
contract UserAuth {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user