[curweather] Another new line-feed added

This commit is contained in:
Roland Häder 2018-07-25 01:29:28 +02:00
parent 4b5691707b
commit bf6b8bc042
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78

View file

@ -175,8 +175,8 @@ function curweather_addon_settings_post(App $a, $post)
info(L10n::t('Current Weather settings updated.') . EOL);
}
function curweather_addon_settings(App $a, &$s) {
function curweather_addon_settings(App $a, &$s)
{
if (!local_user()) {
return;
}