Skip to content
Snippets Groups Projects
Commit 4b8ee3ed authored by Josh Brooks's avatar Josh Brooks
Browse files

Formatting

parent 29c0229f
No related branches found
No related tags found
2 merge requests!117Release,!77Xx 3563/disable tls check
......@@ -201,7 +201,6 @@ func (ngr *NewGroupReport) GetError() string {
return ngr.err
}
func (ngr *NewGroupReport) Marshal() ([]byte, error) {
grpReportDisk := GroupReportDisk{
List: ngr.rounds,
......
......@@ -258,7 +258,6 @@ func (m *manager) GetVerboseRounds() string {
return m.verboseRounds.String()
}
func (m *manager) SetFakeEarliestRound(rnd id.Round) {
atomic.StoreUint64(m.earliestRound, uint64(rnd))
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment