Commit 2ad88b59 by Brett Sun Committed by GitHub

Small indenting fix for bounty docs

parent 5cf50367
...@@ -7,8 +7,8 @@ To create a bounty for your contract, inherit from the base `Bounty` contract an ...@@ -7,8 +7,8 @@ To create a bounty for your contract, inherit from the base `Bounty` contract an
import "./YourContract.sol"; import "./YourContract.sol";
contract YourBounty is Bounty { contract YourBounty is Bounty {
function deployContract() internal returns(address) { function deployContract() internal returns(address) {
return new YourContract() return new YourContract()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment