Skip to content

Commit

Permalink
fixes #543 Horizontal, Vertical should have type Orientation (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
241m committed Aug 30, 2022
1 parent 46afc52 commit e5a5925
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 e5a5925

Please sign in to comment.