Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
suhsteve committed Jan 11, 2020
1 parent 102fc3a commit 6221e92
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,7 @@ public bool Open(long partitionId, long epochId)
try
{
s_streamWriter = new StreamWriter(
Path.Combine(
_writePath,
$"sink-foreachWriter-{Guid.NewGuid().ToString()}.csv"));
Path.Combine(_writePath,$"sink-foreachWriter-{Guid.NewGuid()}.csv"));
return true;
}
catch
Expand Down

0 comments on commit 6221e92

Please sign in to comment.