Formatting

This commit is contained in:
Raymond 2021-12-10 13:41:01 -05:00
parent 08a0803fde
commit 00d673a16b
6 changed files with 5 additions and 8 deletions

View file

@ -447,7 +447,7 @@ namespace Dalamud.Utility
{
var process = new ProcessStartInfo(url)
{
UseShellExecute = true
UseShellExecute = true,
};
Process.Start(process);
}