diff --git a/app/views/customers/show.html.erb b/app/views/customers/show.html.erb
index 9f5211a..a621ac5 100644
--- a/app/views/customers/show.html.erb
+++ b/app/views/customers/show.html.erb
@@ -7,5 +7,6 @@
<%= render :partial => 'vehicles/list' %>
<%= button_to "New Vehicle", new_customer_vehicle_path(@customer), method: :get %>
+