Skip to content

Commit

Permalink
📝 Fix2 request.md indentation of code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Guldem committed Jan 5, 2024
1 parent 73a4fc0 commit 8c57617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ annotation. Default values are supported.
```dart
Future<Response> search(
@Query() String name, {
@Query("count") int numberOfResults = 42,
@Query("count") int numberOfResults = 42,
});
```

Expand Down

0 comments on commit 8c57617

Please sign in to comment.