Skip to content

Commit 13ad05d

Browse files
asbjornuJakeGinnivan
authored andcommitted
R# cleanup
1 parent 8cb07e5 commit 13ad05d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GitVersionTask/AssemblyInfoBuilder/AssemblyInfoBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System.Collections.Generic;
22
using System.Text;
3+
34
using GitVersion;
45

56
public class AssemblyInfoBuilder
@@ -45,6 +46,7 @@ static class GitVersionInformation
4546
return assemblyInfo;
4647
}
4748

49+
4850
string GenerateVariableMembers(IEnumerable<KeyValuePair<string, string>> vars)
4951
{
5052
var members = new StringBuilder();

0 commit comments

Comments
 (0)