summaryrefslogtreecommitdiff
path: root/misc/lldb_rb/commands/rp_command.py
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-30 02:04:48 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-30 02:09:29 +0900
commite8251602574d6736e48eafc239718a6a9d91d261 (patch)
tree037afafa5afa174210e3773c6f9bf781d67b7c96 /misc/lldb_rb/commands/rp_command.py
parent5fa1e246b9ed9fda62c5416e0420f1dcd2dbb254 (diff)
Delete empty lines at EOF [ci skip]
Diffstat (limited to 'misc/lldb_rb/commands/rp_command.py')
-rw-r--r--misc/lldb_rb/commands/rp_command.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/lldb_rb/commands/rp_command.py b/misc/lldb_rb/commands/rp_command.py
index 9da9688b96..06b2516d50 100644
--- a/misc/lldb_rb/commands/rp_command.py
+++ b/misc/lldb_rb/commands/rp_command.py
@@ -13,4 +13,3 @@ class RbID2StrCommand(RbBaseCommand):
val = self.frame.EvaluateExpression(command)
inspector = RbInspector(debugger, result, self.ruby_globals)
inspector.inspect(val)
-