]> Sergey Matveev's repositories - public-inbox.git/commit
www: viewdiff: use return value for diff_hunk
authorEric Wong <e@80x24.org>
Sat, 10 Sep 2022 08:17:01 +0000 (08:17 +0000)
committerEric Wong <e@80x24.org>
Sat, 10 Sep 2022 19:50:31 +0000 (19:50 +0000)
commitde954cac909d1ec0702a5ba2b0eb1823f999043d
treede53ed2191408f7d1c766c6a236af9bead7fe732
parentffea51e5468ae4db1e8cafd5fc44cc9990f9fb90
www: viewdiff: use return value for diff_hunk

It's only a short string, so there's not much copy overhead,
and it'll make future changes easier to reason about.
lib/PublicInbox/ViewDiff.pm