Skip to content

Commit b35ac4d

Browse files
paulirwinclaude
andcommitted
Fix whitespace: Add final newlines to source files
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a2d712c commit b35ac4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Lucene.Net.TestFramework/Support/Util/SystemEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ public static void ReleaseCurrentDirectoryLock()
124124
currentDirectoryLock.Release();
125125
}
126126
}
127-
}
127+
}

src/Lucene.Net.Tests.Benchmark/ByTask/Utils/TestFileUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ public virtual void TestFullyDeleteEmptyDirectoryWithStringPath()
178178
assertFalse(Directory.Exists(tempDirPath));
179179
}
180180
}
181-
}
181+
}

0 commit comments

Comments
 (0)