This was done correctly when aligning the declarations, but not when aligning assignments.
FIXME: The code between assignments and declarations alignment is roughly duplicated and
would benefit from factorization.
Bug 25090: https://llvm.org/bugs/show_bug.cgi?id=25090
So, it is kind of interesting that we (would) align with a lambda on the next line here, but not with the lambda declaration a few lines above.
I guess this makes sense, but I would also vager that somebody is going to file a bug report about it ;-).