Gurinder Singh a2486dba3b Fix missing leading space in suggestion
For a local pattern with no space between `let` and `(` e.g.:

  let(_a) = 3;

we were previously suggesting this illegal code:

  let_a =3;

After this change the suggestion will instead be:

  let _a =3;

(Note the space after `let`)
2023-10-30 19:04:55 +05:30
..
2023-10-20 15:52:57 +00:00
2023-10-20 21:10:38 +00:00
2023-04-10 22:02:52 +02:00
2023-10-16 19:47:33 -07:00
2023-10-20 21:14:01 +00:00
2023-09-28 23:01:25 +02:00
2023-01-09 18:57:02 -05:00
2023-09-06 12:09:29 +03:00
2023-10-20 21:10:38 +00:00