Skip to content

Commit 8065c1c

Browse files
committed
Remove trailing comma
1 parent da8cca2 commit 8065c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/verified_routes.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ defmodule Phoenix.VerifiedRoutes do
171171
defmodule UnlocalizedRoutes do
172172
use Phoenix.VerifiedRoutes,
173173
router: AppWeb.Router,
174-
endpoint: AppWeb.Endpoint,
174+
endpoint: AppWeb.Endpoint
175175
176176
# Since :path_prefixes was not declared,
177177
# the code below won't prepend the locale and still be verified

0 commit comments

Comments
 (0)