Skip to content

Commit 2bf0390

Browse files
committed
removed extraneous "expected" whitespace
1 parent 66231a6 commit 2bf0390

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RubberduckTests/Refactoring/IntroduceFieldTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Dim bar As Boolean
3232
//Expectation
3333
const string expectedCode =
3434
@"Private bar As Boolean
35-
Private Sub Foo()
35+
Private Sub Foo()
3636
End Sub";
3737

3838
//Arrange
@@ -72,7 +72,7 @@ Dim bar As Boolean
7272
//Expectation
7373
const string expectedCode =
7474
@"Private bar As Boolean
75-
Private Function Foo() As Boolean
75+
Private Function Foo() As Boolean
7676
Foo = True
7777
End Function";
7878

@@ -114,7 +114,7 @@ Dim bar As Boolean
114114
const string expectedCode =
115115
@"Public fizz As Integer
116116
Private bar As Boolean
117-
Private Sub Foo(ByVal buz As Integer)
117+
Private Sub Foo(ByVal buz As Integer)
118118
End Sub";
119119

120120
//Arrange
@@ -158,7 +158,7 @@ As _
158158
const string expectedCode =
159159
@"Public fizz As Integer
160160
Private bar As Boolean
161-
Private Sub Foo(ByVal buz As Integer)
161+
Private Sub Foo(ByVal buz As Integer)
162162
End Sub";
163163

164164
//Arrange

0 commit comments

Comments
 (0)