Skip to content

Commit

Permalink
Run standardrb to fix whitespace/linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Mar 20, 2024
1 parent 9e28bce commit 9dfa0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/graphiti/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Configuration
# @return [Boolean] Concurrently fetch sideloads?
# Defaults to false OR if classes are cached (Rails-only)
attr_accessor :concurrency

# This number must be considered in accordance with the database
# connection pool size configured in `database.yml`. The connection
# pool should be large enough to accommodate both the foreground
Expand Down
2 changes: 1 addition & 1 deletion spec/configuration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
end
end

describe '#concurrency_max_threads' do
describe "#concurrency_max_threads" do
include_context "with config", :concurrency_max_threads

it "defaults" do
Expand Down

0 comments on commit 9dfa0dc

Please sign in to comment.