mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Trim created options.
This commit is contained in:
parent
b1ab7e1cd0
commit
d8597009a8
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ public partial class ModCreator
|
|||
sb.Append(c);
|
||||
}
|
||||
|
||||
return sb.ToString();
|
||||
return sb.ToString().Trim();
|
||||
}
|
||||
|
||||
public void SplitMultiGroups(DirectoryInfo baseDir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue