mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
removed redundant return statement
This commit is contained in:
parent
d2e0af8aca
commit
dd902fe717
@ -235,5 +235,4 @@ func benchmarkClientAndServerGetContent(b testing.TB, numGroups, numCalls int, c
|
|||||||
}
|
}
|
||||||
// Wait for all HTTP fetches to complete.
|
// Wait for all HTTP fetches to complete.
|
||||||
wg.Wait()
|
wg.Wait()
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user