fix spacing

This commit is contained in:
Ricardo Guilherme Schmidt 2019-06-04 07:40:35 -03:00
parent 7d7d273b30
commit 29a3e993ff
No known key found for this signature in database
GPG Key ID: 3F95A3AD0B607030

View File

@ -1,4 +1,5 @@
pragma solidity >=0.5.0 <0.6.0;
import "./MessageTribute.sol";
/**
@ -32,5 +33,4 @@ contract MessageTributeMigrated is MessageTribute {
super.setTribute(_of, _value);
}
}