Skip to content

Commit bdd349e

Browse files
committed
Improve format
1 parent 367bf2c commit bdd349e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/PublicAPIInstance.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public Task<Stream> HttpGetStreamAsync(string url, CancellationToken token = def
251251
Http.GetStreamAsync(url, token);
252252

253253
public Task HttpDownloadAsync([NotNull] string url, [NotNull] string filePath, Action<double> reportProgress = null,
254-
CancellationToken token = default) =>Http.DownloadAsync(url, filePath, reportProgress, token);
254+
CancellationToken token = default) => Http.DownloadAsync(url, filePath, reportProgress, token);
255255

256256
public void AddActionKeyword(string pluginId, string newActionKeyword) =>
257257
PluginManager.AddActionKeyword(pluginId, newActionKeyword);

0 commit comments

Comments
 (0)