Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
remove redundant declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Apr 18, 2017
1 parent f750ded commit 9358f19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terminal/display.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package terminal
type EraseLineMode int

const (
ERASE_LINE_END EraseLineMode = iota
ERASE_LINE_START EraseLineMode = iota
ERASE_LINE_ALL EraseLineMode = iota
ERASE_LINE_END EraseLineMode = iota
ERASE_LINE_START
ERASE_LINE_ALL
)

0 comments on commit 9358f19

Please sign in to comment.