Skip to content

Commit a923c32

Browse files
✏️ fix code indentation
1 parent cff00e4 commit a923c32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code/Update.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ public async Task Check(bool verbose = true, bool startup = false) {
166166
if (verbose) {
167167
UI.NotificationService.Tip(Translation.updateServiceName, Translation.newMajorVersion.Replace("{version}", ReleaseAvailable), Notification.Type.Info, 1500);
168168
}
169-
} else {
169+
} else {
170170

171-
// download the update package automatically or ask the user, depending on the user setting and verbosity
172-
if (verbose) {
171+
// download the update package automatically or ask the user, depending on the user setting and verbosity
172+
if (verbose) {
173173
UI.NotificationService.Tip(Translation.updateServiceName, Translation.newVersion.Replace("{version}", ReleaseAvailable), Notification.Type.Info, 1500);
174174
} else if (Settings.Default.UpdateDownload) {
175175
await Download().ConfigureAwait(false);

0 commit comments

Comments
 (0)