mirror of
https://github.com/fosrl/pangolin.git
synced 2025-06-24 06:08:48 +02:00
fix semi colons
This commit is contained in:
parent
3ee9051bc1
commit
cbca88f76b
21 changed files with 261 additions and 261 deletions
|
@ -1,6 +1,6 @@
|
|||
export default function stoi(val: any) {
|
||||
if (typeof val === "string") {
|
||||
return parseInt(val)
|
||||
return parseInt(val);
|
||||
}
|
||||
else {
|
||||
return val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue