User tests: Successful: Unsuccessful:
.
not sure, but I thought that that extra tab is only necessary when there are multiple variables with = signs
=
It's an optional thing to align multiple variable assignments on the equal sign (using spaces, not tabs) in our code style rules. The trends in our code right now are to align things. Obviously, there isn't much to align to for a single variable.
aha, thanks :) But looks good to me
RTC Thanks @asika32764
not sure, but I thought that that extra tab is only necessary when there are multiple variables with
=
signs