Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jun 12, 2022
1 parent 428954f commit eefd204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (a *fyneApp) SetCloudProvider(p fyne.CloudProvider) {
func (a *fyneApp) transitionCloud(p fyne.CloudProvider) {
err := p.Setup()
if err != nil {
fyne.LogError("Failed to set up cloud provider "+ p.ProviderName(), err)
fyne.LogError("Failed to set up cloud provider "+p.ProviderName(), err)
return
}
a.cloud = p
Expand Down

0 comments on commit eefd204

Please sign in to comment.