Typo: Deleted last empty line on accident.

This commit is contained in:
Jordy 2025-09-20 11:01:07 +02:00 committed by GitHub
parent 3ebe1a93de
commit 0efc542bd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1823,4 +1823,4 @@ class StockService extends BaseService
$shoppingListRow = $this->getDatabase()->shopping_lists()->where('id = :1', $listId)->fetch();
return $shoppingListRow !== null;
}
}
}