Skip to content

Commit

Permalink
Rubocop auto correct
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Jan 3, 2022
1 parent a58147b commit 0f39708
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/icosahedron.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

ENV['GKS_DOUBLE_BUF'] = '1'

require 'gr'
Expand Down
2 changes: 2 additions & 0 deletions examples/pyramid.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

require 'gr'

x = [0, 1, 0, 1, 0.707]
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require 'bundler/setup'
Bundler.require(:test)

Expand Down

0 comments on commit 0f39708

Please sign in to comment.