Browse Source

minor fix, just a whitespace thing

tristangurtler 4 years ago
parent
commit
6eb1cce546
1 changed files with 0 additions and 1 deletions
  1. 0 1
      prsona/src/main.cpp

+ 0 - 1
prsona/src/main.cpp

@@ -60,7 +60,6 @@ vector<double> make_votes(
             replaces.push_back(j < numVotes);
         }
         shuffle(replaces.begin(), replaces.end(), generator);
-
         
         Proof baseProof;
         vector<Proof> fullProof;