Skip to content

Commit 7956fb9

Browse files
committed
Format docs
1 parent b65279b commit 7956fb9

File tree

5 files changed

+10
-18
lines changed

5 files changed

+10
-18
lines changed

docs/3/subscriptions/client-implementations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,12 @@ export const environment = new Environment({
200200
});
201201
```
202202

203-
204203
## Flutter/Dart
205204

206205
To use Lighthouse's Pusher subscriptions with Flutter/Dart GQL libraries like [Ferry](https://ferrygraphql.com), you will
207206
need to create a custom link below:
208207

209-
```dart
208+
````dart
210209
import 'dart:async';
211210
import 'dart:convert';
212211
@@ -483,5 +482,4 @@ class PusherChannelsLink extends Link {
483482
super.dispose();
484483
}
485484
}
486-
```
487-
485+
````

docs/4/subscriptions/client-implementations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,13 +254,12 @@ export const environment = new Environment({
254254
});
255255
```
256256

257-
258257
## Flutter/Dart
259258

260259
To use Lighthouse's Pusher subscriptions with Flutter/Dart GQL libraries like [Ferry](https://ferrygraphql.com), you will
261260
need to create a custom link below:
262261

263-
```dart
262+
````dart
264263
import 'dart:async';
265264
import 'dart:convert';
266265
@@ -537,5 +536,4 @@ class PusherChannelsLink extends Link {
537536
super.dispose();
538537
}
539538
}
540-
```
541-
539+
````

docs/5/subscriptions/client-implementations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,13 +243,12 @@ export const environment = new Environment({
243243
});
244244
```
245245
246-
247246
## Flutter/Dart
248247
249248
To use Lighthouse's Pusher subscriptions with Flutter/Dart GQL libraries like [Ferry](https://ferrygraphql.com), you will
250249
need to create a custom link below:
251250
252-
```dart
251+
````dart
253252
import 'dart:async';
254253
import 'dart:convert';
255254
@@ -526,5 +525,4 @@ class PusherChannelsLink extends Link {
526525
super.dispose();
527526
}
528527
}
529-
```
530-
528+
````

docs/6/subscriptions/client-implementations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,12 @@ export const environment = new Environment({
238238
});
239239
```
240240
241-
242241
## Flutter/Dart
243242
244243
To use Lighthouse's Pusher subscriptions with Flutter/Dart GQL libraries like [Ferry](https://ferrygraphql.com), you will
245244
need to create a custom link below:
246245
247-
```dart
246+
````dart
248247
import 'dart:async';
249248
import 'dart:convert';
250249
@@ -521,5 +520,4 @@ class PusherChannelsLink extends Link {
521520
super.dispose();
522521
}
523522
}
524-
```
525-
523+
````

docs/master/subscriptions/client-implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export const environment = new Environment({
243243
To use Lighthouse's Pusher subscriptions with Flutter/Dart GQL libraries like [Ferry](https://ferrygraphql.com), you will
244244
need to create a custom link below:
245245
246-
```dart
246+
````dart
247247
import 'dart:async';
248248
import 'dart:convert';
249249
@@ -520,4 +520,4 @@ class PusherChannelsLink extends Link {
520520
super.dispose();
521521
}
522522
}
523-
```
523+
````

0 commit comments

Comments
 (0)