mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-03-13 20:43:44 +03:00
Remove redundant type declaration
This commit is contained in:
parent
d964fbe3d7
commit
5d987f7933
@ -20,8 +20,8 @@ const (
|
|||||||
var (
|
var (
|
||||||
// Spinner frames
|
// Spinner frames
|
||||||
spinners = map[Spinner][]string{
|
spinners = map[Spinner][]string{
|
||||||
Line: []string{"|", "/", "-", "\\"},
|
Line: {"|", "/", "-", "\\"},
|
||||||
Dot: []string{"⣾ ", "⣽ ", "⣻ ", "⢿ ", "⡿ ", "⣟ ", "⣯ ", "⣷ "},
|
Dot: {"⣾ ", "⣽ ", "⣻ ", "⢿ ", "⡿ ", "⣟ ", "⣯ ", "⣷ "},
|
||||||
}
|
}
|
||||||
|
|
||||||
assertionErr = errors.New("could not perform assertion on model to what the spinner expects. are you sure you passed the right value?")
|
assertionErr = errors.New("could not perform assertion on model to what the spinner expects. are you sure you passed the right value?")
|
||||||
|
Loading…
Reference in New Issue
Block a user