Skip to content

Commit f73f20d

Browse files
committed
Fix CI nitpick failing the entire pipeline
Signed-off-by: Claudio Cambra <developer@claudiocambra.com>
1 parent 961aa78 commit f73f20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Interface/Item+Init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public extension Item {
1515
parentItemIdentifier: NSFileProviderItemIdentifier,
1616
account: Account,
1717
remoteInterface: RemoteInterface,
18-
dbManager: FilesDatabaseManager,
18+
dbManager: FilesDatabaseManager
1919
) {
2020
self.init(
2121
metadata: metadata,

0 commit comments

Comments
 (0)