chore: lint project (#3395)
* chore: format swift code * chore: format clang code * chore: format kotlin code * refactor: rename folder "API" to "api"
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
|
||||
struct TextTrack {
|
||||
let type: String
|
||||
let language: String
|
||||
let title: String
|
||||
let uri: String
|
||||
|
||||
|
||||
let json: NSDictionary?
|
||||
|
||||
|
||||
init(_ json: NSDictionary!) {
|
||||
guard json != nil else {
|
||||
self.json = nil
|
||||
|
||||
Reference in New Issue
Block a user