Skip to content

Commit 1d4c2dc

Browse files
CopilotGrantBirki
andcommitted
Fix linting issues - trailing whitespace and newlines
Co-authored-by: GrantBirki <[email protected]>
1 parent 84643f2 commit 1d4c2dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/integration/header_symbolization_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
expect(symbolized_headers).to eq(headers)
7272
end
7373
end
74-
end
74+
end

spec/unit/lib/hooks/core/config_loader_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@
375375
end
376376
it "allows opt-out via environment variable" do
377377
ENV["HOOKS_SYMBOLIZE_HEADERS"] = "false"
378-
378+
379379
config = described_class.load
380-
380+
381381
expect(config[:symbolize_headers]).to be false
382382
end
383383
end

0 commit comments

Comments
 (0)