소스 검색

Made CodeFactor happy

CPKreuz 1 년 전
부모
커밋
1a41f558b5
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/PixiEditor/Models/IO/Exporter.cs
  2. 0 1
      src/PixiEditor/ViewModels/SubViewModels/Document/AutosaveViewModel.cs

+ 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()