Skip to content

Commit 0550e75

Browse files
committed
cleanup
1 parent 97f1443 commit 0550e75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/csharp/Microsoft.Spark.E2ETest/IpcTests/Sql/Streaming/DataStreamWriterTests.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ public bool Open(long partitionId, long epochId)
124124
try
125125
{
126126
s_streamWriter = new StreamWriter(
127-
Path.Combine(
128-
_writePath,
129-
$"sink-foreachWriter-{Guid.NewGuid().ToString()}.csv"));
127+
Path.Combine(_writePath,$"sink-foreachWriter-{Guid.NewGuid()}.csv"));
130128
return true;
131129
}
132130
catch

0 commit comments

Comments
 (0)