Fix some formatting issues

This commit is contained in:
Matt Nadareski
2023-12-04 14:33:56 -05:00
parent 887c443a17
commit 2b1ee393d4
2 changed files with 3 additions and 3 deletions

View File

@@ -721,7 +721,7 @@ namespace SabreTools.RedumpLib
}
}
#endregion
#endregion
#region Helpers

View File

@@ -142,9 +142,9 @@ namespace SabreTools.RedumpLib
/// <param name="sha1">SHA-1 hash to check against</param>
/// <returns>True if the track was found, false otherwise; List of found values, if possible</returns>
#if NETFRAMEWORK
public async static Task<(bool, List<int>?, string?)> ValidateSingleTrack(RedumpWebClient wc, SubmissionInfo info, string sha1)
public async static Task<(bool, List<int>?, string?)> ValidateSingleTrack(RedumpWebClient wc, SubmissionInfo info, string? sha1)
#else
public async static Task<(bool, List<int>?, string?)> ValidateSingleTrack(RedumpHttpClient wc, SubmissionInfo info, string sha1)
public async static Task<(bool, List<int>?, string?)> ValidateSingleTrack(RedumpHttpClient wc, SubmissionInfo info, string? sha1)
#endif
{
// Get all matching IDs for the track