format code

This commit is contained in:
Peter Ombodi 2025-10-06 11:53:20 +03:00
parent 3eb2bf0342
commit b2ac41c8bb

View file

@ -365,7 +365,7 @@ class NativeSyncApiImpl: NativeSyncApi {
} }
func getTrashedAssetsForAlbum(albumId: String) throws ->[PlatformAsset] { func getTrashedAssetsForAlbum(albumId: String) throws ->[PlatformAsset] {
throw PigeonError(code: "UNSUPPORTED_OS", message: "This feature not supported on iOS.", details: nil) throw PigeonError(code: "UNSUPPORTED_OS", message: "This feature not supported on iOS.", details: nil)
} }
} }