Skip to content

Commit a5f7485

Browse files
committed
Formatting
1 parent 04b8991 commit a5f7485

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/response.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ class Response {
1414
///
1515
/// May be null if the body is empty.
1616
final Document document;
17+
1718
/// HTTP status code
1819
final int status;
20+
1921
/// HTTP headers
2022
final Map<String, String> headers;
2123

0 commit comments

Comments
 (0)