Skip to content

Commit c8f15f8

Browse files
committed
fix formatting
1 parent 0075839 commit c8f15f8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Flow.Launcher.Infrastructure/Http/Http.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static void UpdateProxy(ProxyProperty property)
6868
var userName when string.IsNullOrEmpty(userName) =>
6969
(new Uri($"http://{Proxy.Server}:{Proxy.Port}"), null),
7070
_ => (new Uri($"http://{Proxy.Server}:{Proxy.Port}"),
71-
new NetworkCredential(Proxy.UserName, Proxy.Password))
71+
new NetworkCredential(Proxy.UserName, Proxy.Password))
7272
},
7373
_ => (null, null)
7474
},

Flow.Launcher/App.xaml.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
7777
await PluginManager.InitializePlugins(API);
7878
var window = new MainWindow(_settings, _mainVM);
7979

80-
81-
82-
8380
Log.Info($"|App.OnStartup|Dependencies Info:{ErrorReporting.DependenciesInfo()}");
8481

8582
Current.MainWindow = window;

0 commit comments

Comments
 (0)