golint fix

This commit is contained in:
Stani 2015-07-01 17:13:33 +02:00
parent 4262ff5718
commit 1841a3e90f

View file

@ -23,6 +23,7 @@ import (
const ( const (
c255 = 255.0 / 65535.0 c255 = 255.0 / 65535.0
// DPI of a pdf document is fixed at 72.
DPI = 72 DPI = 72
) )