diff options
-rw-r--r-- | pngmeta/altwriter.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pngmeta/altwriter.go b/pngmeta/altwriter.go index 3adcb7e..5832c78 100644 --- a/pngmeta/altwriter.go +++ b/pngmeta/altwriter.go @@ -18,8 +18,6 @@ const ( textChunkType = "tEXt" ) -// there should be no empty lines inside functions; ai! - // WriteToPng embeds the metadata into the specified PNG file and writes the result to outfile. func WriteToPng(metadata *models.CharCardSpec, sourcePath, outfile string) error { pngData, err := os.ReadFile(sourcePath) |