chore: Remove AI comment from altwriter.go
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user