Skip to content

Commit e6b000a

Browse files
committed
Format from typo fixes
1 parent 9139d15 commit e6b000a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

naga/src/valid/function.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,8 +1665,10 @@ impl super::Validator {
16651665
AddressSpace::RayPayload | AddressSpace::IncomingRayPayload => {
16661666
}
16671667
space => {
1668-
return Err(FunctionError::InvalidPayloadAddressSpace(space)
1669-
.with_span_handle(payload, context.expressions))
1668+
return Err(FunctionError::InvalidPayloadAddressSpace(
1669+
space,
1670+
)
1671+
.with_span_handle(payload, context.expressions))
16701672
}
16711673
}
16721674
base

0 commit comments

Comments
 (0)