mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
chore: apply dotnet format (#13880)
This commit is contained in:
@@ -723,7 +723,7 @@ namespace Jackett.Updater
|
||||
startInfo.CreateNoWindow = true;
|
||||
}
|
||||
|
||||
logger.Info($"Starting Jackett: \"{startInfo.FileName }\" {startInfo.Arguments}");
|
||||
logger.Info($"Starting Jackett: \"{startInfo.FileName}\" {startInfo.Arguments}");
|
||||
Process.Start(startInfo);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user