Skip to content

Commit bd1242f

Browse files
committed
rename variable
1 parent b08f296 commit bd1242f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp.Notifications/DesktopNotificationManager/DesktopNotificationManagerCompat.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ public static bool IsRunningAsUwp()
185185
GetCurrentPackageFullName(ref length, sb);
186186

187187
sb = new StringBuilder(length);
188-
var result = GetCurrentPackageFullName(ref length, sb);
188+
var error = GetCurrentPackageFullName(ref length, sb);
189189

190-
_isRunningAsUwp = result != APPMODEL_ERROR_NO_PACKAGE;
190+
_isRunningAsUwp = error != APPMODEL_ERROR_NO_PACKAGE;
191191
}
192192
}
193193

0 commit comments

Comments
 (0)