Clean up SwiftLint warning with multiline string literal

This commit is contained in:
Angelo Stavrow 2020-12-01 16:23:15 -05:00
parent bcf496e15d
commit fb5255cb04
No known key found for this signature in database
GPG Key ID: 1A49C7064E060EEE

View File

@ -60,7 +60,8 @@ struct ContentView: View {
Alert(
title: Text("Connection Error"),
message: Text("""
There is no internet connection at the moment. Please reconnect or try again later.
There is no internet connection at the moment. \
Please reconnect or try again later.
"""),
dismissButton: .default(Text("OK"), action: {
model.isPresentingNetworkErrorAlert = false