Skip to content

Commit ac0c390

Browse files
committed
lint
1 parent 20301d9 commit ac0c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (c *ColoredLog) Output(format string, a ...interface{}) {
4242
color.White(format, a...)
4343
}
4444

45-
func (*ColoredLog) appendTime(stamp time.Time, str string) string {
45+
func (c *ColoredLog) appendTime(stamp time.Time, str string) string {
4646
return fmt.Sprintf("%s [rivi] %s", stamp.Format(timeFormat), str)
4747
}
4848

0 commit comments

Comments
 (0)