deepsource: removing unused method receiver
This commit is contained in:
parent
9587f6d16c
commit
cc19834f79
@ -97,7 +97,7 @@ func newFileWriter() Logger {
|
|||||||
return w
|
return w
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *fileLogWriter) Format(lm *LogMsg) string {
|
func (*fileLogWriter) Format(lm *LogMsg) string {
|
||||||
msg := lm.OldStyleFormat()
|
msg := lm.OldStyleFormat()
|
||||||
hd, _, _ := formatTimeHeader(lm.When)
|
hd, _, _ := formatTimeHeader(lm.When)
|
||||||
msg = fmt.Sprintf("%s %s\n", string(hd), msg)
|
msg = fmt.Sprintf("%s %s\n", string(hd), msg)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user