Skip to content

Commit 1335a15

Browse files
committed
Code cleanup: indentation fixed
1 parent 95df2d2 commit 1335a15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/ruby-debug-ide/commands/jump.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def help(cmd)
6767
6868
Change the next line of code to be executed.
6969
}
70-
end
70+
end
7171
end
7272
end
7373
end

lib/ruby-debug-ide/commands/pause.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def help(cmd)
2727
%{
2828
pause <nnn>\tpause a running thread
2929
}
30-
end
30+
end
3131
end
3232
end
3333
end

lib/ruby-debug-ide/commands/set_type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def help(cmd)
4141
4242
Change the type of <var> to <type>
4343
}
44-
end
44+
end
4545
end
4646
end
4747
end

0 commit comments

Comments
 (0)