Skip to content

Commit cf1e604

Browse files
committed
fix codegen indentation
1 parent 2a12454 commit cf1e604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ir2/build/display/op_code.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl Display for DisplayOpCode<&'_ Isa> {
5050
f,
5151
"\
5252
{indent}#[allow(non_camel_case_types)]\n\
53-
{indent}/// The operator code (op-code) of a Wasmi bytecode [`Op`](crate::Op).
53+
{indent}/// The operator code (op-code) of a Wasmi bytecode [`Op`].\n\
5454
{indent}#[repr(u16)]\n\
5555
{indent}pub enum OpCode {{\n\
5656
{variants}\n\

0 commit comments

Comments
 (0)