Commit 92ae02b0 authored by clabby's avatar clabby

Remove dividers for now

parent a30a18a2
...@@ -50,10 +50,6 @@ contract BondManager is IBondManager { ...@@ -50,10 +50,6 @@ contract BondManager is IBondManager {
DISPUTE_GAME_FACTORY = _disputeGameFactory; DISPUTE_GAME_FACTORY = _disputeGameFactory;
} }
////////////////////////////////////////////////////////////////
// EXTERNAL FUNCTIONS //
////////////////////////////////////////////////////////////////
/** /**
* @inheritdoc IBondManager * @inheritdoc IBondManager
*/ */
......
...@@ -40,10 +40,6 @@ contract DisputeGameFactory is Ownable, IDisputeGameFactory { ...@@ -40,10 +40,6 @@ contract DisputeGameFactory is Ownable, IDisputeGameFactory {
transferOwnership(_owner); transferOwnership(_owner);
} }
////////////////////////////////////////////////////////////////
// EXTERNAL FUNCTIONS //
////////////////////////////////////////////////////////////////
/** /**
* @inheritdoc IDisputeGameFactory * @inheritdoc IDisputeGameFactory
*/ */
...@@ -127,10 +123,6 @@ contract DisputeGameFactory is Ownable, IDisputeGameFactory { ...@@ -127,10 +123,6 @@ contract DisputeGameFactory is Ownable, IDisputeGameFactory {
} }
} }
////////////////////////////////////////////////////////////////
// OWNER FUNCTIONS //
////////////////////////////////////////////////////////////////
/** /**
* @inheritdoc IDisputeGameFactory * @inheritdoc IDisputeGameFactory
*/ */
......
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