Skip to content

Commit 80710e3

Browse files
cryvoshErichDonGubler
authored andcommitted
fmt
1 parent 153723a commit 80710e3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

naga/src/valid/function.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,10 +1483,7 @@ impl super::Validator {
14831483
Ti::Pointer {
14841484
base: pointer_base,
14851485
space: AddressSpace::WorkGroup,
1486-
} => match (
1487-
&context.types[pointer_base].inner,
1488-
&context.types[ty].inner,
1489-
) {
1486+
} => match (&context.types[pointer_base].inner, &context.types[ty].inner) {
14901487
(&Ti::Atomic(pointer_scalar), &Ti::Scalar(result_scalar)) => {
14911488
pointer_scalar == result_scalar
14921489
}

0 commit comments

Comments
 (0)