1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-07 19:18:19 +02:00

Fix indentation

This commit is contained in:
Yuvan Wickramasinghe 2025-05-13 19:59:17 -07:00
parent 9a2e5d70a3
commit 7a7fd7547c
No known key found for this signature in database

View file

@ -113,7 +113,7 @@ namespace BeefBuild
{
mWorkspace.mName = new String();
Path.GetFileName(mWorkspace.mDir, mWorkspace.mName);
CustomBuildProperties.Load(false);
CustomBuildProperties.Load(false);
LoadWorkspace(mVerb);
}
else