diff --git a/vscode/Chapter09/WorkingWithStreams/Program.Compress.cs b/vscode/Chapter09/WorkingWithStreams/Program.Compress.cs index e8d81ce..d29bf0f 100644 --- a/vscode/Chapter09/WorkingWithStreams/Program.Compress.cs +++ b/vscode/Chapter09/WorkingWithStreams/Program.Compress.cs @@ -39,7 +39,7 @@ partial class Program // output all the contents of the compressed file WriteLine("{0} contains {1:N0} bytes.", filePath, new FileInfo(filePath).Length); - + WriteLine("The compressed contents:"); WriteLine(File.ReadAllText(filePath));