Bunch of ReSharper suggestions

This commit is contained in:
2015-11-02 20:29:00 -05:00
parent ff2ef0fd46
commit d8d7a9b5ba
15 changed files with 43 additions and 215 deletions

View File

@@ -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)