Skip to content
This repository was archived by the owner on Jul 27, 2025. It is now read-only.

Commit 0a90a20

Browse files
committed
Lint fixes
1 parent 4bb023a commit 0a90a20

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

app/views/accounts/show.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= render UI::AccountPage.new(
2-
account: @account,
3-
chart_view: @chart_view,
4-
chart_period: @period,
2+
account: @account,
3+
chart_view: @chart_view,
4+
chart_period: @period,
55
active_tab: @active_tab
66
) %>

test/interfaces/accountable_resource_interface_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ module AccountableResourceInterfaceTest
1414
get edit_account_url(@account)
1515
assert_response :success
1616
end
17-
1817
end

0 commit comments

Comments
 (0)