forked from 0x2620/oxjs
some more tabs to spaces
This commit is contained in:
parent
064c40461e
commit
4950898b34
7 changed files with 19 additions and 19 deletions
|
|
@ -136,7 +136,7 @@
|
|||
Math.sin(pointA.lat) * Math.sin(pointB.lat)
|
||||
+ Math.cos(pointA.lat) * Math.cos(pointB.lat)
|
||||
* Math.cos(pointB.lng - pointA.lng)
|
||||
) * Ox.EARTH_RADIUS;
|
||||
) * Ox.EARTH_RADIUS;
|
||||
};
|
||||
|
||||
/*@
|
||||
|
|
|
|||
|
|
@ -421,7 +421,7 @@
|
|||
+ code.trim().replace(/</g, '<') + '</code>'
|
||||
);
|
||||
return salt.join(array.length - 1);
|
||||
}
|
||||
}
|
||||
)
|
||||
.replace(
|
||||
/(\*\*|__)(?=\S)([^\r]*?\S[*_]*)\1/g,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue