Skip to content

Commit 980cefd

Browse files
committed
Remove unused pragma
1 parent b37639a commit 980cefd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

DownloadClient.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,8 @@ public static DownloadClient CreateInstance(HttpClient httpClient, int retryCoun
127127
/// <paramref name="url" /> or <paramref name="fileOutputPath" /> is empty or only have
128128
/// whitespaces.
129129
/// </exception>
130-
#pragma warning disable CA1822 // Mark members as static
131130
public async Task DownloadAsync(
132-
#pragma warning restore CA1822 // Mark members as static
133-
string url,
131+
string url,
134132
string fileOutputPath,
135133
bool useOverwrite = false,
136134
long? offsetStart = null,

0 commit comments

Comments
 (0)