Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
philchia committed Dec 28, 2016
1 parent c3d1685 commit 20f6e3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gollogOption.go
Expand Up @@ -42,7 +42,6 @@ func writeDateTimeHeader(buf *bytes.Buffer, option LogOption) {
if option&LUTC != 0 {
t = t.UTC()
}

if option&Ldate != 0 {
year, month, day := t.Date()
itoa(buf, year, 4)
Expand Down

0 comments on commit 20f6e3d

Please sign in to comment.