Small indenting fix for bounty docs

pull/482/head
Brett Sun 7 years ago committed by GitHub
parent 5cf503673f
commit 2ad88b59f6
  1. 4
      docs/source/bounty.rst

@ -7,8 +7,8 @@ To create a bounty for your contract, inherit from the base `Bounty` contract an
import "./YourContract.sol";
contract YourBounty is Bounty {
function deployContract() internal returns(address) {
return new YourContract()
function deployContract() internal returns(address) {
return new YourContract()
}
}

Loading…
Cancel
Save