Skip to content

Commit

Permalink
Remove using from LineFileDocs use
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Dec 22, 2024
1 parent 6121f1c commit 760d01d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ public override void Run()
{
try
{
using LineFileDocs docs = new LineFileDocs(Random, DefaultCodecSupportsDocValues);
LineFileDocs docs = new LineFileDocs(Random, DefaultCodecSupportsDocValues);
int numDocs = 0;
while (J2N.Time.NanoTime() < outerInstance.endTimeNanos)
{
Expand Down

0 comments on commit 760d01d

Please sign in to comment.