Explorar o código

Made CodeFactor happy

CPKreuz hai 1 ano
pai
achega
1a41f558b5

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

@@ -108,7 +108,6 @@ internal class Exporter
         }
 
         return TrySaveAs(encodersFactory[typeFromPath](), pathWithExtension, bitmap, exportSize);
-
     }
 
     static Dictionary<FileType, Func<BitmapEncoder>> encodersFactory = new Dictionary<FileType, Func<BitmapEncoder>>();

+ 0 - 1
src/PixiEditor/ViewModels/SubViewModels/Document/AutosaveViewModel.cs

@@ -211,7 +211,6 @@ internal class AutosaveViewModel : NotifyableObject
         Document.Busy = false;
 
         RestartTimers();
-        
     }
 
     private void RestartTimers()