Commit 92ae02b0 authored by clabby's avatar clabby

Remove dividers for now

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