Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
freeboub committed Jun 21, 2024
1 parent 9ee8ea0 commit de0f263
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/Video/ReactNativeVideoManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ public class ReactNativeVideoManager: RNVPlugin {
// create a private initializer
private init() {}

public static let shared: ReactNativeVideoManager = {
return ReactNativeVideoManager()
}()
public static let shared: ReactNativeVideoManager = .init()

var instanceList: [RCTVideo] = Array()
var pluginList: [RNVPlugin] = Array()
Expand Down

0 comments on commit de0f263

Please sign in to comment.