Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishpatil-g committed Sep 17, 2024
1 parent 70a398e commit db52efc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,10 @@ default.profraw
*.tfstate
*.tfstate.*
*.xcuserstate


#firebase-ios-sdk clone
firebase-ios-sdk/

#scripts link
scripts
1 change: 0 additions & 1 deletion Tests/Unit/InstanceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class InstanceTests: XCTestCase {
FirebaseApp.configure(options: options)
defaultApp = FirebaseApp.app()


FirebaseApp.configure(name: "app-two", options: optionsTwo)
appTwo = FirebaseApp.app(name: "app-two")
}
Expand Down

0 comments on commit db52efc

Please sign in to comment.