Skip to content

Commit 8613364

Browse files
committed
Fixed formatting in approved
1 parent 79b3974 commit 8613364

5 files changed

+10
-10
lines changed

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_Major.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.Reflection;
1010
namespace Fake
1111
{
1212
[System.Runtime.CompilerServices.CompilerGenerated]
13-
[AttributeUsage(AttributeTargets.Assembly)]
13+
[AttributeUsage(AttributeTargets.Assembly)]
1414
sealed class ReleaseDateAttribute : System.Attribute
1515
{
1616
public string Date { get; private set; }
@@ -46,7 +46,7 @@ namespace Fake
4646
}
4747

4848
[System.Runtime.CompilerServices.CompilerGenerated]
49-
[AttributeUsage(AttributeTargets.Assembly)]
49+
[AttributeUsage(AttributeTargets.Assembly)]
5050
sealed class GitVersionInformationAttribute : System.Attribute
5151
{
5252
public string Major { get { return "2"; } }

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinor.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.Reflection;
1010
namespace Fake
1111
{
1212
[System.Runtime.CompilerServices.CompilerGenerated]
13-
[AttributeUsage(AttributeTargets.Assembly)]
13+
[AttributeUsage(AttributeTargets.Assembly)]
1414
sealed class ReleaseDateAttribute : System.Attribute
1515
{
1616
public string Date { get; private set; }
@@ -46,7 +46,7 @@ namespace Fake
4646
}
4747

4848
[System.Runtime.CompilerServices.CompilerGenerated]
49-
[AttributeUsage(AttributeTargets.Assembly)]
49+
[AttributeUsage(AttributeTargets.Assembly)]
5050
sealed class GitVersionInformationAttribute : System.Attribute
5151
{
5252
public string Major { get { return "2"; } }

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatch.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.Reflection;
1010
namespace Fake
1111
{
1212
[System.Runtime.CompilerServices.CompilerGenerated]
13-
[AttributeUsage(AttributeTargets.Assembly)]
13+
[AttributeUsage(AttributeTargets.Assembly)]
1414
sealed class ReleaseDateAttribute : System.Attribute
1515
{
1616
public string Date { get; private set; }
@@ -46,7 +46,7 @@ namespace Fake
4646
}
4747

4848
[System.Runtime.CompilerServices.CompilerGenerated]
49-
[AttributeUsage(AttributeTargets.Assembly)]
49+
[AttributeUsage(AttributeTargets.Assembly)]
5050
sealed class GitVersionInformationAttribute : System.Attribute
5151
{
5252
public string Major { get { return "2"; } }

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyAssemblyVersion_MajorMinorPatchTag.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.Reflection;
1010
namespace Fake
1111
{
1212
[System.Runtime.CompilerServices.CompilerGenerated]
13-
[AttributeUsage(AttributeTargets.Assembly)]
13+
[AttributeUsage(AttributeTargets.Assembly)]
1414
sealed class ReleaseDateAttribute : System.Attribute
1515
{
1616
public string Date { get; private set; }
@@ -46,7 +46,7 @@ namespace Fake
4646
}
4747

4848
[System.Runtime.CompilerServices.CompilerGenerated]
49-
[AttributeUsage(AttributeTargets.Assembly)]
49+
[AttributeUsage(AttributeTargets.Assembly)]
5050
sealed class GitVersionInformationAttribute : System.Attribute
5151
{
5252
public string Major { get { return "2"; } }

src/GitVersionTask.Tests/AssemblyInfoBuilderTests.VerifyCreatedCode.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using System.Reflection;
1010
namespace Fake
1111
{
1212
[System.Runtime.CompilerServices.CompilerGenerated]
13-
[AttributeUsage(AttributeTargets.Assembly)]
13+
[AttributeUsage(AttributeTargets.Assembly)]
1414
sealed class ReleaseDateAttribute : System.Attribute
1515
{
1616
public string Date { get; private set; }
@@ -46,7 +46,7 @@ namespace Fake
4646
}
4747

4848
[System.Runtime.CompilerServices.CompilerGenerated]
49-
[AttributeUsage(AttributeTargets.Assembly)]
49+
[AttributeUsage(AttributeTargets.Assembly)]
5050
sealed class GitVersionInformationAttribute : System.Attribute
5151
{
5252
public string Major { get { return "1"; } }

0 commit comments

Comments
 (0)