Implement review suggestion

This commit is contained in:
Daniel 2021-01-19 15:37:07 +01:00
parent 9429a3261e
commit 8c6cb758f7

View file

@ -240,7 +240,7 @@ func finalizeWriting() {
// Last Unexpected Logs
var (
lastUnexpectedLogs = make([]string, 10)
lastUnexpectedLogs [10]string
lastUnexpectedLogsIndex int
lastUnexpectedLogsLock sync.Mutex
)