Skip to content

Commit f6a5a64

Browse files
committed
Remove unnecessary spaces
1 parent d8f8d1a commit f6a5a64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

course-definition.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@ stages:
535535
```
536536
537537
Your server must respond with a `200` response that contains the following parts:
538-
- `Content-Type` header set to `application/octet-stream`.
539-
- `Content-Length` header set to the size of the file, in bytes.
540-
- Response body set to the file contents.
538+
- `Content-Type` header set to `application/octet-stream`.
539+
- `Content-Length` header set to the size of the file, in bytes.
540+
- Response body set to the file contents.
541541
```
542542
HTTP/1.1 200 OK\r\nContent-Type: application/octet-stream\r\nContent-Length: 14\r\n\r\nHello, World!
543543
```

0 commit comments

Comments
 (0)