chore: Remove AI comment from altwriter.go

This commit is contained in:
Grail Finder (aider)
2025-03-10 20:34:35 +03:00
parent 753184816c
commit cbd850bda8

View File

@@ -18,8 +18,6 @@ const (
textChunkType = "tEXt" 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. // WriteToPng embeds the metadata into the specified PNG file and writes the result to outfile.
func WriteToPng(metadata *models.CharCardSpec, sourcePath, outfile string) error { func WriteToPng(metadata *models.CharCardSpec, sourcePath, outfile string) error {
pngData, err := os.ReadFile(sourcePath) pngData, err := os.ReadFile(sourcePath)