Skip to content

Commit 389cb6e

Browse files
committed
Adding some content to this class so that swift format will not crash
1 parent 13a8bbf commit 389cb6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/AWSDataStorePlugin+DefaultLogger.swift

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

88
import Amplify
99

10-
extension AWSDataStorePlugin: DefaultLogger { }
10+
extension AWSDataStorePlugin: DefaultLogger {
11+
// This is intentionally blank (if left out, it will crash swiftformat
12+
// with an Illegal instruction: 4 error)
13+
}

0 commit comments

Comments
 (0)