]> Sergey Matveev's repositories - public-inbox.git/commit
config: fix confusing space in ->repo_objs
authorEric Wong <e@80x24.org>
Mon, 22 Aug 2022 02:33:40 +0000 (02:33 +0000)
committerEric Wong <e@80x24.org>
Tue, 23 Aug 2022 04:18:57 +0000 (04:18 +0000)
commit3f949d4af046bfdce1af790a4d11b3e6430758fb
tree55396ec9a82c2637380d524187ebd99eaa4a8037
parent74a504208be624c438cbdec955d5eacace29d626
config: fix confusing space in ->repo_objs

It's actually valid Perl to have "$foo ->{field} = ..."
but it's confusing and I noticed it while tracking down
a configuration error.
lib/PublicInbox/Config.pm