Skip to content

Commit 0d23beb

Browse files
committed
bless bindgen output whitespace changes
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 5a42b7c commit 0d23beb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/component-macro/tests/expanded/conventions_concurrent.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ pub mod foo {
300300
where
301301
Self: Sized;
302302
/// Comment out identifiers that collide when mapped to snake_case, for now; see
303-
/// https://github.com/WebAssembly/component-model/issues/118
303+
/// https://github.com/WebAssembly/component-model/issues/118
304304
/// APPLE: func()
305305
/// APPLE-pear-GRAPE: func()
306306
/// apple-PEAR-grape: func()
@@ -843,7 +843,7 @@ pub mod foo {
843843
<_T as Host>::a0(store)
844844
}
845845
/// Comment out identifiers that collide when mapped to snake_case, for now; see
846-
/// https://github.com/WebAssembly/component-model/issues/118
846+
/// https://github.com/WebAssembly/component-model/issues/118
847847
/// APPLE: func()
848848
/// APPLE-pear-GRAPE: func()
849849
/// apple-PEAR-grape: func()
@@ -1277,7 +1277,7 @@ pub mod exports {
12771277
Ok(promise)
12781278
}
12791279
/// Comment out identifiers that collide when mapped to snake_case, for now; see
1280-
/// https://github.com/WebAssembly/component-model/issues/118
1280+
/// https://github.com/WebAssembly/component-model/issues/118
12811281
/// APPLE: func()
12821282
/// APPLE-pear-GRAPE: func()
12831283
/// apple-PEAR-grape: func()

0 commit comments

Comments
 (0)