Skip to content

Commit 57cdd53

Browse files
committed
style(test): fix import ordering in dav backend tests
Signed-off-by: Jaggob <37583151+Jaggob@users.noreply.github.com>
1 parent 3418c64 commit 57cdd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/DAV/DeckCalendarBackendTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
namespace OCA\Deck\DAV;
99

10-
use OCA\Deck\Db\BoardMapper;
1110
use OCA\Deck\Db\Board;
11+
use OCA\Deck\Db\BoardMapper;
1212
use OCA\Deck\Db\Card;
1313
use OCA\Deck\Db\Label;
1414
use OCA\Deck\Db\Stack;

0 commit comments

Comments
 (0)