Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
  • Loading branch information
sagudev authored and teoxoy committed Feb 24, 2025
1 parent dd63fc6 commit 1a70ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/src/front/wgsl/lower/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@ impl<'source, 'temp> Lowerer<'source, 'temp> {

let explicit_ty =
c.ty.map(|ast| self.resolve_ast_type(ast, &mut ectx.as_const()))
.transpose()?;
.transpose()?;

let (_ty, init) = self.type_and_init(
c.name,
Expand Down

0 comments on commit 1a70ef6

Please sign in to comment.