Skip to content

Commit 0bed367

Browse files
committed
Touch up on style
1 parent 2ad023e commit 0bed367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NerdBank.GitVersioning.Tests/MSBuildExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
internal static class MSBuildExtensions
1616
{
17-
private static object loadLock = new object();
18-
private static bool loaded = false;
17+
private static readonly object loadLock = new object();
18+
private static bool loaded;
1919

2020
internal static void LoadMSBuild()
2121
{

0 commit comments

Comments
 (0)