Skip to content

Commit

Permalink
chore: introduce formatting issue in a Swift file to test CI behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet committed Dec 14, 2024
1 parent 08c4a36 commit 828464f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import UIKit
public class QuillNativeBridgePlugin: NSObject, FlutterPlugin {
public static func register(with registrar: FlutterPluginRegistrar) {
let messenger = registrar.messenger()
let api = QuillNativeBridgeImpl()
let api = QuillNativeBridgeImpl()
QuillNativeBridgeApiSetup.setUp(binaryMessenger: messenger, api: api)
}
}

0 comments on commit 828464f

Please sign in to comment.