removed redundant return statement

This commit is contained in:
Philipp Mieden 2019-05-21 10:05:24 +02:00
parent d2e0af8aca
commit dd902fe717

View File

@ -235,5 +235,4 @@ func benchmarkClientAndServerGetContent(b testing.TB, numGroups, numCalls int, c
}
// Wait for all HTTP fetches to complete.
wg.Wait()
return
}