From 551fb8a9e4b03fe718a339e75aeacc8b5581378a Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 13 Aug 2022 11:21:59 +0800 Subject: This closes #1244 and closes #1314, improving the compatibility with Google Sheet - Format code with `gofmt` --- crypt.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'crypt.go') diff --git a/crypt.go b/crypt.go index b00ccdf..a5670ac 100644 --- a/crypt.go +++ b/crypt.go @@ -1175,10 +1175,9 @@ func (c *cfb) writeSAT(MSATBlocks, SATBlocks, SSATBlocks, directoryBlocks, fileB // Writer provides a function to create compound file with given info stream // and package stream. // -// MSAT - The master sector allocation table -// SSAT - The short sector allocation table -// SAT - The sector allocation table -// +// MSAT - The master sector allocation table +// SSAT - The short sector allocation table +// SAT - The sector allocation table func (c *cfb) Writer(encryptionInfoBuffer, encryptedPackage []byte) []byte { var ( storage cfb -- cgit v1.2.1