Skip to content

Commit b570166

Browse files
committed
askrene: refactor get_routes
Prefer the following programming pattern: do_getroutes(){ do_something1(); do_something2(); do_something3(); } rather than get_routes(){ do_something1(); do_something2(); } do_getroutes(){ get_routes(); do_something3(); } Changelog-None Signed-off-by: Lagrang3 <[email protected]>
1 parent bceca88 commit b570166

File tree

1 file changed

+196
-153
lines changed

1 file changed

+196
-153
lines changed

0 commit comments

Comments
 (0)