Fix lint errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-08-20 12:19:31 +02:00
parent 06078c85ee
commit 1392892413
2 changed files with 2 additions and 13 deletions

View File

@@ -27,26 +27,15 @@ declare(strict_types=1);
namespace OCA\Deck\Service; namespace OCA\Deck\Service;
use OCA\Deck\Activity\ChangeSet;
use OCA\Deck\Db\Acl;
use OCA\Deck\Db\AssignedUsersMapper; use OCA\Deck\Db\AssignedUsersMapper;
use OCA\Deck\Db\Card; use OCA\Deck\Db\Card;
use OCA\Deck\Db\IPermissionMapper;
use OCA\Deck\Db\CardMapper; use OCA\Deck\Db\CardMapper;
use OCA\Deck\Db\Label;
use OCA\Deck\Db\Stack;
use OCA\Deck\NoPermissionException;
use OCA\Deck\Notification\NotificationHelper;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\Comments\ICommentsManager; use OCP\Comments\ICommentsManager;
use OCP\IGroupManager; use OCP\IGroupManager;
use OCA\Deck\Db\Board; use OCA\Deck\Db\Board;
use OCA\Deck\Db\BoardMapper; use OCA\Deck\Db\BoardMapper;
use OCA\Deck\Db\LabelMapper; use OCA\Deck\Db\LabelMapper;
use OCP\IUserManager; use OCP\IUserManager;
use OCA\Deck\BadRequestException;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
class OverviewService { class OverviewService {

View File

@@ -157,8 +157,8 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
@import "../../css/animations.scss"; @import '../../css/animations.scss';
@import "../../css/variables.scss"; @import '../../css/variables.scss';
form { form {
text-align: center; text-align: center;