Some useless EOL removed

This commit is contained in:
Michael 2022-10-17 21:00:03 +00:00
parent 897dbb30cf
commit 592374b795
6 changed files with 8 additions and 8 deletions

View file

@ -60,7 +60,7 @@ function pumpio_module() {}
function pumpio_content(App $a)
{
if (!local_user()) {
DI::sysmsg()->addNotice(DI::l10n()->t('Permission denied.') . EOL);
DI::sysmsg()->addNotice(DI::l10n()->t('Permission denied.'));
return '';
}