Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasirkhan294 committed Aug 3, 2023
1 parent 9c36424 commit 44bd04e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true


source 'https://rubygems.org'

Expand Down
2 changes: 1 addition & 1 deletion solver.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true


# solver.rb
class Solver
Expand Down
2 changes: 1 addition & 1 deletion spec/solver_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true


require_relative '../solver'

Expand Down

0 comments on commit 44bd04e

Please sign in to comment.