Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robinovitch61 committed Apr 14, 2024
1 parent f933e46 commit 0266944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type EpisodeBatch struct {

type ComicFile interface {
addImage([]byte) error
save(outputPath string) error
save(outFile string) error
}

type PDFComicFile struct {
Expand Down

0 comments on commit 0266944

Please sign in to comment.