Skip to content

Commit 218d988

Browse files
committed
Fix lint
1 parent cc1e6b5 commit 218d988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/models/user/soft_delete.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def soft_delete
1515
end
1616
end
1717
end
18-
end
18+
end

test/models/user_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def assert_valid_login(valid, logins)
6666
user.read_topic(topic)
6767
assert_equal true, user.topic_read?(topic)
6868
end
69-
69+
7070
test "#filter_readed_topics" do
7171
topics = create_list(:topic, 3)
7272

0 commit comments

Comments
 (0)