Skip to content

Commit e1781c9

Browse files
michael-hawkerSergio0694
authored andcommitted
Update Microsoft.Toolkit.Uwp/Helpers/SystemInformation.cs
1 parent 07b40bd commit e1781c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.Toolkit.Uwp/Helpers/SystemInformation.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public static async Task LaunchStoreForReviewAsync()
127127
/// This will be the current version if a previous version of the app was installed
128128
/// before using <see cref="SystemInformation"/> or if the app is not updated.
129129
/// </summary>
130-
public PackageVersion PreviousVersionInstalled
130+
public PackageVersion PreviousVersionInstalled
131131
{
132132
get => _previousVersionInstalled;
133133
private set => _previousVersionInstalled = value;
@@ -404,4 +404,4 @@ private void InitializeValuesSetWithTrackAppUse()
404404
LastResetTime = DateTime.MinValue;
405405
}
406406
}
407-
}
407+
}

0 commit comments

Comments
 (0)