Skip to content

Commit f41236b

Browse files
crystal tool format (#52)
1 parent c8c83bc commit f41236b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/exception_page.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ abstract class ExceptionPage
6565
@headers : HTTP::Headers = HTTP::Headers.new,
6666
@cookies : HTTP::Cookies = HTTP::Cookies.new,
6767
message : String? = nil,
68-
url : String? = nil
68+
url : String? = nil,
6969
)
7070
@title = title || "An Error Occurred: #{@status.description}"
7171
@message = message || "Something went wrong"

src/exception_page/styles.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ExceptionPage::Styles
88
@accent,
99
@highlight = "#e5e5e5",
1010
@flash_highlight = "#ffdc93",
11-
@logo_uri = crystal_logo
11+
@logo_uri = crystal_logo,
1212
)
1313
end
1414

0 commit comments

Comments
 (0)