Skip to content

Commit

Permalink
add space in a comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
atetubou authored Feb 7, 2022
1 parent 91f8062 commit 346a201
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocf_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 346a201

Please sign in to comment.