diff options
author | Grail Finder (aider) <wohilas@gmail.com> | 2025-03-10 20:34:35 +0300 |
---|---|---|
committer | Grail Finder (aider) <wohilas@gmail.com> | 2025-03-10 20:34:35 +0300 |
commit | cbd850bda87f83eaa314ba58dea897bafd941f74 (patch) | |
tree | 483e07eb22848cc2f5a7d6e0b46cdad1595f6de6 | |
parent | 753184816c4171f67b7274ff09faf419b850a91a (diff) |
chore: Remove AI comment from altwriter.go
-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) |