Skip to content

Commit

Permalink
Change :style values in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Aug 6, 2017
1 parent 1c619c7 commit 54f12df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/multi/custom_indent_opts.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
require 'tty-spinner'

opts = {
indent: 4,
style: {
top: ". ",
middle: "|--",
bottom: "|__",
middle: "|-> ",
bottom: "|__ ",
}
}
spinners = TTY::Spinner::Multi.new("[:spinner] Top level spinner", opts)
Expand Down

0 comments on commit 54f12df

Please sign in to comment.