mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
This corrects some additional bugs introduced in 9128ddd and a5f06bd identified by Keegan. We previously used "for i in"-style looping, which is sub-optimal. Move to a different style. We also had a weird spacing thing I introduced in a previous commit, which has now been fixed. (imported from commit 7334d8ee703564bedeb0ea939b0d64ad2d5fceba)