mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-02-16 18:47:28 -05:00
Bunch of ReSharper suggestions
This commit is contained in:
@@ -43,7 +43,7 @@ namespace FeedCenter
|
||||
return true;
|
||||
|
||||
// Add quotes around the URL for safety
|
||||
url = string.Format("\"{0}\"", url);
|
||||
url = $"\"{url}\"";
|
||||
|
||||
// Start the browser
|
||||
if (browser == null)
|
||||
|
||||
Reference in New Issue
Block a user