Skip to content

Commit 4943f58

Browse files
committed
style(docs): run prettier for tests
1 parent a06c345 commit 4943f58

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

library/docs/useAutocomplete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Returns an [`Autocomplete Places Widget`](https://developers.google.com/maps/doc
5858

5959
```TypeScript
6060
google.maps.places.Autocomplete
61-
```
61+
```

library/docs/useAutocompleteService.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Returns an [`Autocomplete Service`](https://developers.google.com/maps/documenta
3737

3838
```TypeScript
3939
google.maps.places.AutocompleteService
40-
```
40+
```

library/docs/usePlacesService.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const MyComponent = () => {
4747
};
4848
```
4949

50-
5150
## Return value
5251

5352
Returns a [`Places Service`](https://developers.google.com/maps/documentation/javascript/reference/places-service) instance to use directly.

0 commit comments

Comments
 (0)