Skip to content

Commit

Permalink
[typeshare] Fixing formatting (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenOnarayanan authored Nov 6, 2024
1 parent 2e2b203 commit ee4d3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/language/typescript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Language for TypeScript {
| SpecialRustType::I64
| SpecialRustType::ISize
| SpecialRustType::U128
| SpecialRustType::USize => Ok("number".into())
| SpecialRustType::USize => Ok("number".into()),
}
}

Expand Down

0 comments on commit ee4d3d3

Please sign in to comment.