summaryrefslogtreecommitdiff
path: root/lib/highline/question/answer_converter.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/highline/question/answer_converter.rb')
-rw-r--r--lib/highline/question/answer_converter.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/highline/question/answer_converter.rb b/lib/highline/question/answer_converter.rb
index d4067f1..76558ae 100644
--- a/lib/highline/question/answer_converter.rb
+++ b/lib/highline/question/answer_converter.rb
@@ -1,6 +1,6 @@
# coding: utf-8
-require 'forwardable'
+require "forwardable"
class HighLine
class Question
@@ -100,4 +100,4 @@ class HighLine
end
end
end
-end \ No newline at end of file
+end