From 346a2010fe65aa880e22641cb7620c58b6f37982 Mon Sep 17 00:00:00 2001 From: Takuto Ikuta Date: Mon, 7 Feb 2022 16:47:48 +0900 Subject: [PATCH] add space in a comment block --- ocf_writer.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ocf_writer.go b/ocf_writer.go index 820af5c..32ec042 100644 --- a/ocf_writer.go +++ b/ocf_writer.go @@ -52,9 +52,9 @@ type OCFConfig struct { // this field is ignored. CompressionName string - //MetaData specifies application specific meta data to be added to - //the OCF file. When appending to an existing OCF, this field - //is ignored + // MetaData specifies application specific meta data to be added to + // the OCF file. When appending to an existing OCF, this field + // is ignored. MetaData map[string][]byte }