Skip to content

Commit

Permalink
linter complainings
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 20, 2024
1 parent ffd9659 commit 1d7bffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/server/conversion/strftime.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const tab = "00010203040506070809" +
func formatNanoseconds(buf []byte, ns int) []byte {
// fast transformation of nanoseconds
var tmp [9]byte

b := ns % 100 * 2
tmp[8] = tab[b+1]
tmp[7] = tab[b]
Expand Down

0 comments on commit 1d7bffc

Please sign in to comment.