Skip to content

Commit ce2f7da

Browse files
[typeshare] Fixing formatting (#2)
1 parent 44f63cc commit ce2f7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/language/typescript.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl Language for TypeScript {
8181
| SpecialRustType::I64
8282
| SpecialRustType::ISize
8383
| SpecialRustType::U128
84-
| SpecialRustType::USize => Ok("number".into())
84+
| SpecialRustType::USize => Ok("number".into()),
8585
}
8686
}
8787

0 commit comments

Comments
 (0)