From e3e40605a2a706827801190746fd3ae99f6f4872 Mon Sep 17 00:00:00 2001 From: Alisdair MacLeod Date: Thu, 19 Mar 2020 10:02:20 +0000 Subject: [PATCH] remove errant whitespace --- entry.go | 1 - 1 file changed, 1 deletion(-) diff --git a/entry.go b/entry.go index 5082cfa..c6da562 100644 --- a/entry.go +++ b/entry.go @@ -219,7 +219,6 @@ func (entry Entry) HasCaller() (has bool) { // This function is not declared with a pointer value because otherwise // race conditions will occur when using multiple goroutines func (entry Entry) log(level Level, msg string) { - var buffer *bytes.Buffer // Default to now, but allow users to override if they want.