StyleCop warnings.

This commit is contained in:
Jared Goodwin 2019-12-22 11:11:35 -08:00
parent 88b378b238
commit d8ace0853e

View File

@ -32,8 +32,8 @@ namespace Remotely.Server.API
{
var user = DataService.GetUserByName(User.Identity.Name);
var fileContents = new List<string>();
var fileName = "";
var fileBytes = new byte[0];
string fileName;
byte[] fileBytes;
switch (platformID)
{
case "Win10-x64":