From cbd850bda87f83eaa314ba58dea897bafd941f74 Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Mon, 10 Mar 2025 20:34:35 +0300 Subject: chore: Remove AI comment from altwriter.go --- pngmeta/altwriter.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pngmeta') 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) -- cgit v1.2.3