Merge pull request #1197 from mmoening/master
removed random extra semicolin
This commit is contained in:
commit
e2ddda99e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue