Skip to content

Commit 655caf6

Browse files
committed
Whitespace fix
1 parent 28ee577 commit 655caf6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Microsoft.Toolkit.Uwp/Helpers/ObjectStorage/ApplicationDataStorageHelper.CacheFolder.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public Task<T> ReadCacheFileAsync<T>(string filePath, T @default = default)
4242
return ReadFileAsync<T>(CacheFolder, filePath, @default);
4343
}
4444

45-
4645
/// <summary>
4746
/// Retrieves the listings for a folder and the item types in the LocalCacheFolder.
4847
/// </summary>

0 commit comments

Comments
 (0)