Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 990de13

Browse files
askrinnikRubenWillems
authored andcommitted
small formatting issue has been fixed
1 parent cf7474e commit 990de13

File tree

1 file changed

+5
-5
lines changed
  • project/core/sourcecontrol

1 file changed

+5
-5
lines changed

project/core/sourcecontrol/Git.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,13 +331,13 @@ public override void GetSource(IIntegrationResult result)
331331
// checkout remote branch
332332
GitCheckoutRemoteBranch(Branch, result);
333333

334-
// update submodules
335-
if (FetchSubmodules)
336-
GitUpdateSubmodules(result);
334+
// update submodules
335+
if (FetchSubmodules)
336+
GitUpdateSubmodules(result);
337337

338338
// clean up the local working copy
339-
if (CleanUntrackedFiles)
340-
GitClean(result);
339+
if (CleanUntrackedFiles)
340+
GitClean(result);
341341
}
342342

343343
/// <summary>

0 commit comments

Comments
 (0)