Skip to content

Commit 1ed06bc

Browse files
committed
Lint
1 parent c97ffb5 commit 1ed06bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app-rails/app/previews/breadcrumbs_preview.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class BreadcrumbsPreview < Lookbook::Preview
33

44
def default
55
render template: "application/_breadcrumbs", locals: { crumbs: [
6-
{ name: "Passport applications", url: "default" },
7-
], current_name: "New passport application" }
6+
{ name: "Passport applications", url: "default" }
7+
], current_name: "New passport application" }
88
end
99
end
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Rails.application.configure do
2-
config.lookbook.preview_paths = [Rails.root.join("app", "previews"),]
2+
config.lookbook.preview_paths = [ Rails.root.join("app", "previews") ]
33
end

0 commit comments

Comments
 (0)