Skip to content

Commit

Permalink
Remove unnecessary utf-8 encoding comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosteathuman committed Dec 24, 2019
1 parent d1141ad commit f9bf433
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions lib/terjira/issue_cli.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

require_relative 'base_cli'

module Terjira
Expand Down
2 changes: 0 additions & 2 deletions lib/terjira/option_support/editor.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

module Terjira
class Editor
def self.editor_text(content = '')
Expand Down
2 changes: 0 additions & 2 deletions lib/terjira/presenters/board_presenter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

module Terjira
module BoardPresenter
def render_boards_summary(boards)
Expand Down
2 changes: 0 additions & 2 deletions lib/terjira/presenters/common_presenter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

require 'tty-table'
require 'pastel'

Expand Down
2 changes: 0 additions & 2 deletions lib/terjira/presenters/issue_presenter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

require 'tty-prompt'
require 'tty-table'
require 'pastel'
Expand Down
2 changes: 0 additions & 2 deletions lib/terjira/presenters/project_presenter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

require 'tty-prompt'
require 'tty-table'

Expand Down
2 changes: 0 additions & 2 deletions lib/terjira/presenters/sprint_presenter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# encoding: utf-8

module Terjira
module SprintPresenter
def render_sprint_detail(sprint)
Expand Down

0 comments on commit f9bf433

Please sign in to comment.