Skip to content

Commit 8986c00

Browse files
committed
revert comment formatting change in trap_encoding.rs
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent de656ba commit 8986c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/environ/src/trap_encoding.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ pub enum Trap {
9191

9292
/// Async-lifted export failed to produce a result by calling `task.return`
9393
/// before returning `STATUS_DONE` and/or after all host tasks completed.
94-
NoAsyncResult, // if adding a variant here be sure to update the `check!` macro below
94+
NoAsyncResult,
95+
// if adding a variant here be sure to update the `check!` macro below
9596
}
9697

9798
impl Trap {

0 commit comments

Comments
 (0)