Skip to content

Commit 863b0f5

Browse files
committed
Add missing space before a curly
1 parent 5682f4b commit 863b0f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/classic_to_zeitwerk_howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ require "rails_helper"
333333

334334
RSpec.describe "Zeitwerk compliance" do
335335
it "eager loads all files without errors" do
336-
expect{ Rails.application.eager_load! }.not_to raise_error
336+
expect { Rails.application.eager_load! }.not_to raise_error
337337
end
338338
end
339339
```

0 commit comments

Comments
 (0)