Merge pull request #1197 from mmoening/master

removed random extra semicolin
This commit is contained in:
johnlewin 2016-07-26 15:17:23 -07:00 committed by GitHub
commit e2ddda99e9

View file

@ -174,7 +174,7 @@ namespace MatterHackers.MatterControl.SettingsManagement
{
var profile = await ApplicationController.DownloadPublicProfileAsync(profileKey);
string profileJson = JsonConvert.SerializeObject(profile); ;
string profileJson = JsonConvert.SerializeObject(profile);
if (!string.IsNullOrEmpty(profileJson))
{
File.WriteAllText(cachePath, profileJson);