File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
VidCoder/Services/HandBrakeProxy Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ namespace VidCoder.Services.HandBrakeProxy;
1111/// </summary>
1212public interface IScanProxy : IDisposable
1313{
14- /// <summary>
15- /// Fires when the scan progress is updated.
16- /// </summary>
17- event EventHandler < EventArgs < float > > ScanProgress ;
14+ /// <summary>
15+ /// Fires when the scan progress is updated.
16+ /// </summary>
17+ event EventHandler < EventArgs < float > > ScanProgress ;
1818
19- /// <summary>
20- /// Fires when a scan has completed.
21- /// </summary>
22- event EventHandler < EventArgs < string > > ScanCompleted ;
19+ /// <summary>
20+ /// Fires when a scan has completed.
21+ /// </summary>
22+ event EventHandler < EventArgs < string > > ScanCompleted ;
2323
24- void StartScan ( string path , IAppLogger logger ) ;
24+ void StartScan ( string path , IAppLogger logger ) ;
2525}
You can’t perform that action at this time.
0 commit comments