mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
formatting
This commit is contained in:
parent
b6394c8835
commit
fa55956fdc
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ module Pry
|
|||
when /jump_to\s*(\d*)/
|
||||
break_level = ($~.captures).first.to_i
|
||||
output.jump_to(break_level)
|
||||
|
||||
|
||||
case break_level
|
||||
when nesting.level
|
||||
output.warn_already_at_level(nesting.level)
|
||||
|
|
Loading…
Add table
Reference in a new issue