Skip to content

Commit f001ea7

Browse files
committed
chore: fmt
Signed-off-by: rvcas <x@rvcas.dev>
1 parent 4388ecc commit f001ea7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

starstream-to-wasm/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ use starstream_types::{
1313
TypedEnumDef, TypedEnumPatternPayload, TypedExpr, TypedExprKind, TypedFunctionDef,
1414
TypedFunctionParam, TypedIfCondition, TypedImportDef, TypedImportItems, TypedImportSource,
1515
TypedMatchArm, TypedPattern, TypedProgram, TypedStatement, TypedStructDef, TypedTokenDef,
16-
TypedTokenPart, TypedUtxoDef, TypedUtxoPart, UnaryOp,
17-
ast::Identifier,
16+
TypedTokenPart, TypedUtxoDef, TypedUtxoPart, UnaryOp, ast::Identifier,
1817
};
1918
use thiserror::Error;
2019
use wasm_encoder::{

0 commit comments

Comments
 (0)