how to remove the space add before underline ? `const _list = 0b1111_0110;` -> `const _list = 0b1111 _0110`; break my code