Skip to content

Commit 0798d34

Browse files
committed
Fix whitespace
1 parent 9313869 commit 0798d34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/models/school.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def united_kingdom?
142142
def united_states?
143143
country_code == 'US'
144144
end
145-
145+
146146
def ireland?
147147
country_code == 'IE'
148148
end

spec/models/school_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
expect(new_school).to be_valid
239239
expect { new_school.save! }.not_to raise_error
240240
end
241-
241+
242242
it 'does not require a school_roll_number for non-Ireland schools' do
243243
school.country_code = 'GB'
244244
school.school_roll_number = nil

0 commit comments

Comments
 (0)