mirror of
https://github.com/ppy/osu.git
synced 2025-01-18 21:02:56 +08:00
Reformat
This commit is contained in:
parent
9e01cf7fc2
commit
6a03092944
@ -92,9 +92,9 @@ namespace osu.Desktop.Updater
|
|||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
// In the case of an error, a separate notification will be displayed.
|
// In the case of an error, a separate notification will be displayed.
|
||||||
notification.FailDownload();
|
notification.FailDownload();
|
||||||
Logger.Error(e, @"update failed!");
|
Logger.Error(e, @"update failed!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Loading…
Reference in New Issue
Block a user