Fix the mixed-indent in NotesControllerTest

This commit is contained in:
Matt Rogers 2018-10-19 11:32:22 -05:00
parent 71c95c0d01
commit edd0559da1
No known key found for this signature in database
GPG key ID: 605D017C07EB4316

View file

@ -42,5 +42,4 @@ class NotesControllerTest < ActionController::TestCase
assert_nil old_note
assert count-1, users(:admin_user).notes.reload.count
end
end