Browse Source

cosmetics

tomaszkot 3 years ago
parent
commit
ef362b73ec
2 changed files with 0 additions and 2 deletions
  1. 0 1
      PixiEditor/Helpers/SupportedFilesHelper.cs
  2. 0 1
      PixiEditor/Models/IO/Exporter.cs

+ 0 - 1
PixiEditor/Helpers/SupportedFilesHelper.cs

@@ -5,7 +5,6 @@ using System.Drawing.Imaging;
 using System.IO;
 using System.Linq;
 
-
 namespace PixiEditor.Helpers
 {
     internal class SupportedFilesHelper

+ 0 - 1
PixiEditor/Models/IO/Exporter.cs

@@ -26,7 +26,6 @@ namespace PixiEditor.Models.IO
         /// <param name="path">Path where file was saved.</param>
         public static bool SaveAsEditableFileWithDialog(Document document, out string path)
         {
-            
             SaveFileDialog dialog = new SaveFileDialog
             {
                 Filter = BuildFilter(true),