Skip to content

Commit

Permalink
fix(inline): consistent output for json when no mangas found
Browse files Browse the repository at this point in the history
  • Loading branch information
metafates committed Nov 9, 2022
1 parent 086d0a8 commit 319cc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inline/inline.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Run(options *Options) (err error) {
_, err = options.Out.Write(marshalled)
return err
}

return nil
}

Expand Down

0 comments on commit 319cc69

Please sign in to comment.