Add missing new line before return [styleci]

This commit is contained in:
Jonny Barnes 2016-09-23 16:59:58 +01:00
parent d8f5293a73
commit 44023b0544

View file

@ -62,6 +62,7 @@ class MicropubController extends Controller
} catch (Exception $exception) { } catch (Exception $exception) {
return response()->json(['error' => true], 400); return response()->json(['error' => true], 400);
} }
return response()->json([ return response()->json([
'response' => 'created', 'response' => 'created',
'location' => $note->longurl, 'location' => $note->longurl,