Skip to content

Commit e0cd38c

Browse files
style(wgsl-in): use double newlines between methods of Frontend
1 parent f984220 commit e0cd38c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

naga/src/front/wgsl/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ impl Frontend {
4646
options: Options::new(),
4747
}
4848
}
49+
4950
pub const fn new_with_options(options: Options) -> Self {
5051
Self {
5152
parser: Parser::new(),

0 commit comments

Comments
 (0)