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
import thing1;
import thing2;
fn f() -> (u32, u16) {
let y = u16:64;
// dslx-fmt::off
let y = u16:64;
let x =
u32:41;
(x , y)
// dslx-fmt::on
}
inserts the extra newline after the ::on.
The text was updated successfully, but these errors were encountered:
dplassgit
added
bug
Something isn't working or is incorrect
dslx
DSLX (domain specific language) implementation / front-end
dslx:fmt
DSLX auto-formatter
labels
Dec 10, 2024
Format:
inserts the extra newline after the
::on
.The text was updated successfully, but these errors were encountered: