@@ -720,7 +720,7 @@ private void AssertError(Action testCode, ReleasePreparationError expectedError)
720720 public void SimulatePrepareRelease_BasicScenario ( )
721721 {
722722 this . InitializeSourceControl ( ) ;
723-
723+
724724 var versionOptions = new VersionOptions ( )
725725 {
726726 Version = SemanticVersion . Parse ( "1.2-beta" ) ,
@@ -746,7 +746,7 @@ public void SimulatePrepareRelease_BasicScenario()
746746 public void SimulatePrepareRelease_WithPrereleaseTag ( )
747747 {
748748 this . InitializeSourceControl ( ) ;
749-
749+
750750 var versionOptions = new VersionOptions ( )
751751 {
752752 Version = SemanticVersion . Parse ( "1.2-beta" ) ,
@@ -772,7 +772,7 @@ public void SimulatePrepareRelease_WithPrereleaseTag()
772772 public void SimulatePrepareRelease_WithVersionIncrement ( )
773773 {
774774 this . InitializeSourceControl ( ) ;
775-
775+
776776 var versionOptions = new VersionOptions ( )
777777 {
778778 Version = SemanticVersion . Parse ( "1.2-beta" ) ,
@@ -798,7 +798,7 @@ public void SimulatePrepareRelease_WithVersionIncrement()
798798 public void SimulatePrepareRelease_WithNextVersion ( )
799799 {
800800 this . InitializeSourceControl ( ) ;
801-
801+
802802 var versionOptions = new VersionOptions ( )
803803 {
804804 Version = SemanticVersion . Parse ( "1.2-beta" ) ,
@@ -820,14 +820,13 @@ public void SimulatePrepareRelease_WithNextVersion()
820820 Assert . Equal ( "1.5-alpha" , result . CurrentBranch . Version . ToString ( ) ) ;
821821 }
822822
823- // Note: SameVersionError test removed because it requires very specific conditions
823+ // Note: SameVersionError test removed because it requires very specific conditions
824824 // that are difficult to reproduce in simulation mode
825-
826825 [ Fact ]
827826 public void SimulatePrepareRelease_BranchAlreadyExists ( )
828827 {
829828 this . InitializeSourceControl ( ) ;
830-
829+
831830 var versionOptions = new VersionOptions ( )
832831 {
833832 Version = SemanticVersion . Parse ( "1.2-beta" ) ,
@@ -853,7 +852,7 @@ public void SimulatePrepareRelease_BranchAlreadyExists()
853852 public void SimulatePrepareRelease_OnReleaseBranch ( )
854853 {
855854 this . InitializeSourceControl ( ) ;
856-
855+
857856 var versionOptions = new VersionOptions ( )
858857 {
859858 Version = SemanticVersion . Parse ( "1.2-beta" ) ,
0 commit comments