Skip to content

Commit

Permalink
Change codestyle in order to make the world a better place 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Jelisavcic committed Aug 6, 2017
1 parent a4e6a62 commit ee11adf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/tol/plugin/brain/Evaluator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@

using namespace tol;

double
Evaluator::fitness()
double Evaluator::fitness()
{
}

void
Evaluator::start()
void Evaluator::start()
{
}

0 comments on commit ee11adf

Please sign in to comment.