Skip to content

Commit 20e1209

Browse files
author
Igor Ognichenko
committed
cs fix
1 parent 8528f94 commit 20e1209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/typescript/watch/watch-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ const req = watch.watch('/api/v1/namespaces',
2727
});
2828

2929
// watch returns a request object which you can use to abort the watch.
30-
setTimeout(() => { req.abort();}, 10 * 1000);
30+
setTimeout(() => { req.abort(); }, 10 * 1000);

0 commit comments

Comments
 (0)