Skip to content

Commit 7f23ac4

Browse files
committed
remove unintended space before text
1 parent f564d4b commit 7f23ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginsLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static IEnumerable<PluginPair> DotNetPlugins(List<PluginMetadata> source)
118118
Task.Run(() =>
119119
{
120120
MessageBox.Show($"{errorMessage}{Environment.NewLine}{Environment.NewLine}" +
121-
$"{errorPluginString}{Environment.NewLine}{Environment.NewLine} " +
121+
$"{errorPluginString}{Environment.NewLine}{Environment.NewLine}" +
122122
$"Please refer to the logs for more information","",
123123
MessageBoxButtons.OK, MessageBoxIcon.Warning);
124124
});

0 commit comments

Comments
 (0)