Skip to content

Commit

Permalink
Format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jigar-f committed Oct 26, 2023
1 parent 5c0304d commit 64bb05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Runner/Lantern/Models/SessionModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class SessionModel: BaseModel<InternalsdkSessionModel> {
throw error!
}
try super.init(flutterBinary, model)
startService()
getBandwidth()
startService()
getBandwidth()
}

func startService() {
Expand Down

0 comments on commit 64bb05d

Please sign in to comment.