Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jchester committed Aug 5, 2024
1 parent 0f84dbe commit 7a49efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/montgomery_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class MontgomerySpec < SpcSpec
describe "Mortgage Loan Cost" do
instrument_id = 5

describe "XmR X rules" do
describe "XmR X rules" do
subject do
DB[:xmr_x_rules].where(instrument_id:)
end
Expand Down Expand Up @@ -137,7 +137,7 @@ class MontgomerySpec < SpcSpec
describe "Normal Distribution With Shifting Mean" do
instrument_id = 6

describe "EWMA with fixed targets" do
describe "EWMA with fixed targets" do
subject do
DB.from(
Sequel.lit('spc_reports.ewma_rules(?, ?, ?, ?)',
Expand Down

0 comments on commit 7a49efa

Please sign in to comment.