Skip to content

Commit

Permalink
Add end line
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei committed Apr 16, 2024
1 parent ce35f18 commit a711523
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/apps/hanami/lib/rack_test/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def call(env)
end
end
end
end
end
2 changes: 1 addition & 1 deletion spec/apps/rails/config/initializers/rack_test.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require Rails.root.join('lib/rack_test/app')
require Rails.root.join('lib/rack_test/app')
2 changes: 1 addition & 1 deletion spec/apps/rails/lib/rack_test/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def call(env)
end
end
end
end
end

0 comments on commit a711523

Please sign in to comment.