Skip to content

Commit 2ab23d9

Browse files
committed
well derp
1 parent 75a39b9 commit 2ab23d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Client.Common/FileStreamWithTemp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public void Dispose()
9898
Stream.Dispose();
9999

100100
// The caller should call EndWrite and handle potential failure.
101-
Debug.Assert(!_finished, $"{nameof(FileWriteResult)} should not be disposed before calling {nameof(EndWrite)}");
101+
Debug.Assert(_finished, $"{nameof(FileWriteResult)} should not be disposed before calling {nameof(EndWrite)}");
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)