You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local f = "We go to the house and then we go home"
print(f)
Actual Behaviour
local f = "We go to the house and then we go home"
print(f)
Reproduction steps
Open a new file. Utilize a string literal in a statement that contains either "then" or "do" and then move to the next line or use the Reindent command.