formatting

This commit is contained in:
Jeremy 2021-12-22 21:22:21 +11:00
parent 47c4023c2c
commit a53760b872

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics;
using System.IO;
using System.Threading;
@ -36,4 +36,4 @@ namespace Flow.Launcher.Core.Plugin
return Execute(_startInfo);
}
}
}
}