Skip to content

Commit e17b123

Browse files
committed
minor
1 parent 8f96120 commit e17b123

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

color/hsl.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package color
22

3-
import (
4-
"math"
5-
)
3+
import "math"
64

75
// HSL describes a color in Hue Saturation Lightness space. All values are in range [0,1].
86
type HSL struct {

0 commit comments

Comments
 (0)