Removed stray trailing space

This commit is contained in:
Emma Alyx Wunder 2024-06-13 01:26:50 +02:00
parent 8d313d9634
commit 1e6c1f1236

View file

@ -215,7 +215,7 @@ namespace Ryujinx.Ava
if (executablePath != null)
{
Logger.Notice.Print(LogClass.Application, $"Ryujinx Path: {executablePath}");
}
}
else
{
Logger.Warning?.Print(LogClass.Application, "Can't determine executable path. It might have been renamed or deleted after launch.");