Skip to content

Commit

Permalink
Fix import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins committed Jan 20, 2024
1 parent 47fb30a commit 3871a1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#if canImport(FoundationNetworking)
import FoundationNetworking
#else
inport Foundation
#endif
import XCTest
import AWSS3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

#if canImport(FoundationNetworking)
import FoundationNetworking
#else
inport Foundation
#endif
import XCTest
import AWSS3
Expand Down

0 comments on commit 3871a1e

Please sign in to comment.