Skip to content

Commit

Permalink
Change to remove encoding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Nov 24, 2018
1 parent 858c673 commit 40b1da8
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions lib/tty-prompt.rb
@@ -1,4 +1,2 @@
# encoding: utf-8

require_relative 'tty/prompt'
require_relative 'tty/test_prompt'
1 change: 0 additions & 1 deletion lib/tty/prompt.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require 'forwardable'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/answers_collector.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/choice.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/choices.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require 'forwardable'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/confirm_question.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'question'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/converter_dsl.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'converter_registry'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/converter_registry.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/converters.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require 'pathname'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/distance.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/enum_list.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require 'English'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/enum_paginator.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'paginator'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/evaluator.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'result'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/expander.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'choices'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/keypress.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'question'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/list.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require 'English'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/mask_question.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'question'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/multi_list.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'list'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/multiline.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'question'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/paginator.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/question.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'converters'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/question/checks.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/question/modifier.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/question/validation.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/result.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/slider.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'symbols'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/statement.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/suggestion.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'distance'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/symbols.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/timeout.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require 'timers'
Expand Down
1 change: 0 additions & 1 deletion lib/tty/prompt/utils.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

module TTY
Expand Down
1 change: 0 additions & 1 deletion lib/tty/test_prompt.rb
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true

require_relative 'prompt'
Expand Down

0 comments on commit 40b1da8

Please sign in to comment.