Skip to content

Commit a38e629

Browse files
committed
Fix formatting.
1 parent b7d5e89 commit a38e629

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/wac-types/src/component.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,8 @@ impl fmt::Display for FuncKind {
791791
pub struct ResourceAlias {
792792
/// The foreign owning interface for the resource.
793793
///
794-
/// This may be `None` if the resource does not have a foreign interface owner such as in a world or when aliasing within the same interface.
794+
/// This may be `None` if the resource does not have a foreign interface owner
795+
/// such as in a world or when aliasing within the same interface.
795796
#[cfg_attr(feature = "serde", serde(skip_serializing_if = "Option::is_none"))]
796797
pub owner: Option<InterfaceId>,
797798
/// The id of the resource that was aliased.

0 commit comments

Comments
 (0)