7 lines
117 B
Rust
7 lines
117 B
Rust
|
// rustfmt-space_after_struct_lit_field_colon: false
|
||
|
|
||
|
const LOREM: Lorem = Lorem {
|
||
|
ipsum:dolor,
|
||
|
sit:amet,
|
||
|
};
|