Formatting

This commit is contained in:
Simon 2021-01-06 17:44:02 +01:00
parent aa70752244
commit 60134dc364

View File

@ -664,7 +664,7 @@ struct APIRouter
send_json env, { send_json env, {
"success" => true, "success" => true,
"dimensions" => sizes, "dimensions" => sizes,
"margin" => Config.current.page_margin "margin" => Config.current.page_margin,
}.to_json }.to_json
rescue e rescue e
send_json env, { send_json env, {