Skip to content

Commit f884061

Browse files
committed
Remove new line at end of file (SA1316)
1 parent d92e043 commit f884061

File tree

115 files changed

+115
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+115
-115
lines changed

src/Cake.AzureDevOps.Tests/ArgumentChecksTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@ public void Should_Not_Throw_If_Value_Is_Positive(int value)
139139
}
140140
}
141141
}
142-
}
142+
}

src/Cake.AzureDevOps.Tests/Authentication/AuthenticationProviderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,4 +417,4 @@ public void Should_Set_Password()
417417
}
418418
}
419419
}
420-
}
420+
}

src/Cake.AzureDevOps.Tests/Authentication/AzureDevOpsAadCredentialsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public void Should_Set_Password_Name(string password)
3838
}
3939
}
4040
}
41-
}
41+
}

src/Cake.AzureDevOps.Tests/Authentication/AzureDevOpsBasicCredentialsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public void Should_Set_Password_Name(string password)
3838
}
3939
}
4040
}
41-
}
41+
}

src/Cake.AzureDevOps.Tests/Authentication/AzureDevOpsNtlmCredentialsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public void Should_Not_Throw()
2020
}
2121
}
2222
}
23-
}
23+
}

src/Cake.AzureDevOps.Tests/Authentication/AzureDevOpsOAuthCredentialsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ public void Should_Set_Access_Token()
6262
}
6363
}
6464
}
65-
}
65+
}

src/Cake.AzureDevOps.Tests/BaseAzureDevOpsCollectionSettingsImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public BaseAzureDevOpsCollectionSettingsImpl(IAzureDevOpsCredentials credentials
2020
{
2121
}
2222
}
23-
}
23+
}

src/Cake.AzureDevOps.Tests/BaseAzureDevOpsCollectionSettingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,4 @@ public void Dispose()
215215
}
216216
}
217217
}
218-
}
218+
}

src/Cake.AzureDevOps.Tests/BaseAzureDevOpsCredentialsSettingsImpl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ public BaseAzureDevOpsCredentialsSettingsImpl(BaseAzureDevOpsCredentialsSettings
1414
{
1515
}
1616
}
17-
}
17+
}

src/Cake.AzureDevOps.Tests/BaseAzureDevOpsCredentialsSettingsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ public void Should_Set_Credentials()
7070
}
7171
}
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)