summaryrefslogtreecommitdiff
path: root/pngmeta/altwriter.go
diff options
context:
space:
mode:
authorGrail Finder (aider) <wohilas@gmail.com>2025-03-10 20:34:35 +0300
committerGrail Finder (aider) <wohilas@gmail.com>2025-03-10 20:34:35 +0300
commitcbd850bda87f83eaa314ba58dea897bafd941f74 (patch)
tree483e07eb22848cc2f5a7d6e0b46cdad1595f6de6 /pngmeta/altwriter.go
parent753184816c4171f67b7274ff09faf419b850a91a (diff)
chore: Remove AI comment from altwriter.go
Diffstat (limited to 'pngmeta/altwriter.go')
-rw-r--r--pngmeta/altwriter.go2
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)