From 2ad88b59f6d2658c49bb4cda3fec056a4cb5ebe5 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Sun, 1 Oct 2017 22:27:42 -0400 Subject: [PATCH] Small indenting fix for bounty docs --- docs/source/bounty.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/bounty.rst b/docs/source/bounty.rst index d82707eca..6ad0fbf96 100644 --- a/docs/source/bounty.rst +++ b/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() } }