summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <kyrylosilin@gmail.com>2012-11-20 02:15:23 +0200
committerKyrylo Silin <kyrylosilin@gmail.com>2012-11-21 04:59:36 +0200
commitc5d8f5c8bdcc419c7f885a212cccf00eedf25845 (patch)
treeab101bb32a1a9de9c8e288051a394ac862c0e171
parent7b76c5e43847bedcc1bc3a0758e1757fc8d93554 (diff)
downloadpry-c5d8f5c8bdcc419c7f885a212cccf00eedf25845.tar.gz
Clean up unwanted blanks
Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
-rw-r--r--lib/pry/helpers/command_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/helpers/command_helpers.rb b/lib/pry/helpers/command_helpers.rb
index 7450c91c..ad851843 100644
--- a/lib/pry/helpers/command_helpers.rb
+++ b/lib/pry/helpers/command_helpers.rb
@@ -38,7 +38,7 @@ class Pry
Pry::Method.from_str(input,target) || Pry::WrappedModule.from_str(input, target)
end
end
-
+
# Return the file and line for a Binding.
# @param [Binding] target The binding
# @return [Array] The file and line