Skip to content

Commit b14d992

Browse files
committed
Trailing whitespaces
Signed-off-by: Peter Friese <[email protected]>
1 parent c76186a commit b14d992

File tree

1 file changed

+6
-6
lines changed
  • Examples/FriendlyFlix/app/FriendlyFlixSDK

1 file changed

+6
-6
lines changed

Examples/FriendlyFlix/app/FriendlyFlixSDK/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ DataConnect.friendlyFlixConnector.getUserFavoriteMoviesQuery.execute(...)
366366

367367
let username: String = ...
368368
```
369-
369+
370370

371371
### One-shot execute
372372
```
@@ -382,7 +382,7 @@ DataConnect.friendlyFlixConnector.upsertUserMutation.execute(...)
382382

383383
let movieId: UUID = ...
384384
```
385-
385+
386386

387387
### One-shot execute
388388
```
@@ -398,7 +398,7 @@ DataConnect.friendlyFlixConnector.addFavoritedMovieMutation.execute(...)
398398

399399
let movieId: UUID = ...
400400
```
401-
401+
402402

403403
### One-shot execute
404404
```
@@ -416,7 +416,7 @@ let movieId: UUID = ...
416416
let rating: Int = ...
417417
let reviewText: String = ...
418418
```
419-
419+
420420

421421
### One-shot execute
422422
```
@@ -434,7 +434,7 @@ let movieId: UUID = ...
434434
let rating: Int = ...
435435
let reviewText: String = ...
436436
```
437-
437+
438438

439439
### One-shot execute
440440
```
@@ -450,7 +450,7 @@ DataConnect.friendlyFlixConnector.updateReviewMutation.execute(...)
450450

451451
let movieId: UUID = ...
452452
```
453-
453+
454454

455455
### One-shot execute
456456
```

0 commit comments

Comments
 (0)