Winify – Diff between revs 35 and 38

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 35 Rev 38
Line 119... Line 119...
119   119  
Line 120... Line 120...
120 gotifyNotification.Server = _server; 120 gotifyNotification.Server = _server;
121   121  
122 if (!Uri.TryCreate(Path.Combine($"{httpUri}", "application"), UriKind.Absolute, -  
123 out var applicationUri)) 122 if (!Uri.TryCreate(Path.Combine($"{httpUri}", "application"), UriKind.Absolute,
124 { -  
Line 125... Line 123...
125 continue; 123 out var applicationUri))
126 } 124 continue;
Line 127... Line 125...
127   125