1
0
mirror of synced 2025-11-08 12:57:47 +00:00

test(tslint): correct tslint whitespace issues

This commit is contained in:
Jason Dreyzehner
2017-02-13 19:38:11 -05:00
parent 52ee955be3
commit c41e04a1b9

View File

@@ -17,8 +17,8 @@
*
* @returns a Promise which should contain `['a','b','c']`
*/
export async function asyncABC() {
function somethingSlow(index: 0 | 1 | 2) {
export async function asyncABC () {
function somethingSlow (index: 0 | 1 | 2) {
let storage = 'abc'.charAt(index)
return new Promise<string>(resolve => {
// here we pretend to wait on the network