Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Sep 9, 2024
1 parent 36d8f53 commit e6af4d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spatial/wit/wired-scene/glxf.wit
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ interface glxf {

document: func() -> gltf;

//// Asset nodes to use.
//// If empty, will use the default scene.
/// Asset nodes to use.
/// If empty, will use the default scene.
list-nodes: func() -> list<node>;
add-node: func(value: borrow<node>);
remove-node: func(value: borrow<node>);
Expand All @@ -60,8 +60,8 @@ interface glxf {

document: func() -> glxf;

//// Asset nodes to use.
//// If empty, will use the default scene.
/// Asset nodes to use.
/// If empty, will use the default scene.
list-nodes: func() -> list<glxf-node>;
add-node: func(value: borrow<glxf-node>);
remove-node: func(value: borrow<glxf-node>);
Expand Down
2 changes: 1 addition & 1 deletion spatial/wit/wired-script/world.wit
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ world script {
interface types {
resource script {
constructor();
//// Called every tick.
/// Called every tick.
update: func(delta: f32);
}
}

0 comments on commit e6af4d0

Please sign in to comment.