Skip to content

Commit e61c0cd

Browse files
Update Microsoft.Toolkit/Helpers/ObjectStorage/IFileStorageHelper.cs
Co-authored-by: Sergio Pedri <[email protected]>
1 parent 3e083a3 commit e61c0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit/Helpers/ObjectStorage/IFileStorageHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public interface IFileStorageHelper
2525
/// <param name="filePath">Path to the file that contains the object.</param>
2626
/// <param name="default">Default value of the object.</param>
2727
/// <returns>Waiting task until completion with the object in the file.</returns>
28-
Task<T> ReadFileAsync<T>(string filePath, T? @default = default);
28+
Task<T?> ReadFileAsync<T>(string filePath, T? @default = default);
2929

3030
/// <summary>
3131
/// Retrieves the listings for a folder and the item types.

0 commit comments

Comments
 (0)