Skip to content

Commit

Permalink
Update Amplify/Core/Configuration/Internal/Amplify+Reset.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Villena <[email protected]>
  • Loading branch information
harsh62 and ruisebas authored Oct 21, 2024
1 parent b4e939d commit faaae9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amplify/Core/Configuration/Internal/Amplify+Reset.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extension Amplify {
ModelProviderRegistry.reset()
log.verbose("Resetting ModelRegistry, ModelListDecoderRegistry, ModelProviderRegistry finished")

Check warning on line 54 in Amplify/Core/Configuration/Internal/Amplify+Reset.swift

View workflow job for this annotation

GitHub Actions / run-swiftlint

Lines should not have trailing whitespace (trailing_whitespace)
#if os(iOS) && !os(xrOS)
#if os(iOS) && !os(visionOS)
await MainActor.run {
devMenu = nil
}
Expand Down

0 comments on commit faaae9b

Please sign in to comment.