Skip to content

Commit 34dccaa

Browse files
committed
Automated prettier
1 parent 778c4ed commit 34dccaa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_posts/2018-06-28-polyfills-for-stompjs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ date: 2018-06-29 07:59:22 +0530
55
categories: guide stompjs rx-stomp
66
toc: true
77
redirect_from:
8-
- /guide/stompjs/rx-stomp/ng2-stompjs/2018/06/28/pollyfils-for-stompjs-v5.html
9-
- /guide/stompjs/rx-stomp/ng2-stompjs/2018/06/29/pollyfils-for-stompjs-v5.html
10-
- /guide/stompjs/rx-stomp/ng2-stompjs/2018/06/30/pollyfils-for-stompjs-v5.html
11-
- /guide/stompjs/rx-stomp/ng2-stompjs/pollyfils-for-stompjs-v5.html
8+
- /guide/stompjs/rx-stomp/ng2-stompjs/2018/06/28/pollyfils-for-stompjs-v5.html
9+
- /guide/stompjs/rx-stomp/ng2-stompjs/2018/06/29/pollyfils-for-stompjs-v5.html
10+
- /guide/stompjs/rx-stomp/ng2-stompjs/2018/06/30/pollyfils-for-stompjs-v5.html
11+
- /guide/stompjs/rx-stomp/ng2-stompjs/pollyfils-for-stompjs-v5.html
1212
---
1313

1414
This guide covers critical dependencies and polyfills for version 5+ of `@stomp/stompjs`;
@@ -32,7 +32,7 @@ There are two alternate libraries `websocket` and `ws` which have been reported
3232

3333
```javascript
3434
import websocket from 'websocket';
35-
35+
3636
Object.assign(global, { WebSocket: websocket.w3cwebsocket });
3737
```
3838

@@ -50,7 +50,7 @@ There are two alternate libraries `websocket` and `ws` which have been reported
5050

5151
```javascript
5252
import { WebSocket } from 'ws';
53-
53+
5454
Object.assign(global, { WebSocket });
5555
```
5656

_posts/2019-06-10-react-native-additional-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and [https://blog.usejournal.com/6-daily-issues-in-android-cleartext-traffic-err
3131

3232
Some versions of React Native (including the current production
3333
version as on June 10, 2019) have an underlying issue that prevents these libraries
34-
from working correctly.
34+
from working correctly.
3535
Please see:
3636

3737
- [react-native/issues/12731](https://github.com/facebook/react-native/issues/12731)

0 commit comments

Comments
 (0)