Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Kasyanov committed Mar 29, 2018
1 parent 45c7123 commit 29d8e51
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Eve-O-Preview/Configuration/ConfigurationStorage.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.IO;
using System.IO;
using Newtonsoft.Json;

namespace EveOPreview.Configuration
Expand Down Expand Up @@ -36,12 +35,8 @@ public void Load()

public void Save()
{
<<<<<<< HEAD
string rawData = JsonConvert.SerializeObject(this._thumbnailConfig, Formatting.Indented);
string filename = this.GetConfigFileName();
=======
string rawData = JsonConvert.SerializeObject(this._thumbnailConfiguration, Formatting.Indented);
>>>>>>> develop
string filename = this.GetConfigFileName();

try
{
Expand Down

0 comments on commit 29d8e51

Please sign in to comment.