lint: run linter

This commit is contained in:
Ben Goldsworthy 2024-03-14 19:31:28 +01:00
parent 26cf793943
commit fa80def46c
Signed by: Rumperuu
SSH key fingerprint: SHA256:e5XfzNOr9UvWpEzyLfw0GtTMZWIFh3NmxH+/qQIi3xE
2 changed files with 6 additions and 5 deletions

View file

@ -49,7 +49,8 @@ class TrackerController extends Controller
return view(
'error',
[
'message' => "App timed out whilst downloading trip data from Wayward's servers. They may be down currently."
'message' => "App timed out whilst downloading trip data" .
" from Wayward's servers. They may be down currently."
]
);
}