Skip to content

Commit b336f87

Browse files
committed
Fix indentation
1 parent 5384ed6 commit b336f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pliny/templates/endpoint_scaffold.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Endpoints
77

88
get do
99
<%= fields_name %> = uuid_paginator(<%= singular_class_name %>, args: { max: 10 })
10-
encode serialize(%= fields_name %)
10+
encode serialize(%= fields_name %)
1111
end
1212

1313
post do

0 commit comments

Comments
 (0)