Skip to content

Commit

Permalink
fixes gdamore#543 Horizontal, Vertical should have type Orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
241m committed Aug 20, 2022
1 parent 896efab commit d382807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/constants.go
Expand Up @@ -53,7 +53,7 @@ type Orientation int

const (
// Horizontal indicates left to right orientation.
Horizontal = iota
Horizontal Orientation = iota

// Vertical indicates top to bottom orientation.
Vertical
Expand Down

0 comments on commit d382807

Please sign in to comment.