mirror of https://github.com/sirupsen/logrus.git
remove errant whitespace
This commit is contained in:
parent
ba670baee1
commit
e3e40605a2
1
entry.go
1
entry.go
|
@ -219,7 +219,6 @@ func (entry Entry) HasCaller() (has bool) {
|
||||||
// This function is not declared with a pointer value because otherwise
|
// This function is not declared with a pointer value because otherwise
|
||||||
// race conditions will occur when using multiple goroutines
|
// race conditions will occur when using multiple goroutines
|
||||||
func (entry Entry) log(level Level, msg string) {
|
func (entry Entry) log(level Level, msg string) {
|
||||||
|
|
||||||
var buffer *bytes.Buffer
|
var buffer *bytes.Buffer
|
||||||
|
|
||||||
// Default to now, but allow users to override if they want.
|
// Default to now, but allow users to override if they want.
|
||||||
|
|
Loading…
Reference in New Issue