From bc90635e8306a74d1d7f16b940b8f9e1af2f68f4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 19 Dec 2020 22:37:47 +1000 Subject: refactor: remove trailing whitespace --- doc/guides/debugger.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/guides/debugger.md b/doc/guides/debugger.md index 9d0c005c4..5c49e2af2 100644 --- a/doc/guides/debugger.md +++ b/doc/guides/debugger.md @@ -264,7 +264,7 @@ Example: ``` (sample.rb:1) info breakpoints -Num Type Enb What +Num Type Enb What 1 breakpoint y at sample.rb:3 -> file name,line number 2 breakpoint n in Sample_class:sample_class_method -> [class:]method name 3 breakpoint y in sample_global_method @@ -274,8 +274,8 @@ Displaying the specified breakpoint number: ``` (foo.rb:1) info breakpoints 1 3 -Num Type Enb What -1 breakpoint y at sample.rb:3 +Num Type Enb What +1 breakpoint y at sample.rb:3 3 breakpoint y in sample_global_method ``` -- cgit v1.2.3