Skip to content

Commit 1dde647

Browse files
committed
FIx code style issue
1 parent 86ed7af commit 1dde647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FollowingFileStream.Tests/FollowingFileStreamTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ namespace Manandre.IO
1818
[TestClass]
1919
public class FollowingFileStreamTest
2020
{
21-
private string inputFilePath = Path.GetTempFileName();
22-
private string outputFilePath = Path.GetTempFileName();
21+
private readonly string inputFilePath = Path.GetTempFileName();
22+
private readonly string outputFilePath = Path.GetTempFileName();
2323

2424
/// <summary>
2525
/// Initializes a new instance of the <see cref="FollowingFileStreamTest"/> class.

0 commit comments

Comments
 (0)