Skip to content

Commit

Permalink
Merge pull request #104 from dduugg/no-string-ext-unicode
Browse files Browse the repository at this point in the history
Use unicode-display_width without String ext
  • Loading branch information
nateberkopec authored Oct 28, 2020
2 parents 93f1200 + 9ed396f commit c5647ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/terminal-table/cell.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'unicode/display_width'
require 'unicode/display_width/no_string_ext'

module Terminal
class Table
Expand Down
2 changes: 1 addition & 1 deletion lib/terminal-table/table.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'unicode/display_width'
require 'unicode/display_width/no_string_ext'

module Terminal
class Table
Expand Down

0 comments on commit c5647ab

Please sign in to comment.