Skip to content

Commit

Permalink
[typeshare] Fixing formatting (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
naveenOnarayanan committed Nov 22, 2024
1 parent 44f63cc commit ce2f7da
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 ce2f7da

Please sign in to comment.