diff --git a/app/views/accounts/show.html.erb b/app/views/accounts/show.html.erb
index 69ce322d..f9255f85 100644
--- a/app/views/accounts/show.html.erb
+++ b/app/views/accounts/show.html.erb
@@ -1,6 +1,6 @@
<%= render UI::AccountPage.new(
- account: @account,
- chart_view: @chart_view,
- chart_period: @period,
+ account: @account,
+ chart_view: @chart_view,
+ chart_period: @period,
active_tab: @active_tab
) %>
diff --git a/test/interfaces/accountable_resource_interface_test.rb b/test/interfaces/accountable_resource_interface_test.rb
index ef318cb0..5ad9598e 100644
--- a/test/interfaces/accountable_resource_interface_test.rb
+++ b/test/interfaces/accountable_resource_interface_test.rb
@@ -14,5 +14,4 @@ module AccountableResourceInterfaceTest
get edit_account_url(@account)
assert_response :success
end
-
end