StyleCI fix

This commit is contained in:
Jonny Barnes 2016-10-05 16:13:00 +01:00
parent ac7f002293
commit 405139526a

View file

@ -170,7 +170,7 @@ class MicropubClientController extends Controller
if ($request->input('location') !== 'no-location') {
$multipart[] = [
'name' => 'location',
'contents' => $request->input('location')
'contents' => $request->input('location'),
];
}
}