fix: minor formatting fix in Bruno ebook rating file

- Remove extra space in 'body: json' declaration
- Ensure file ends with proper newline
This commit is contained in:
2026-01-23 09:22:34 -05:00
parent b9edb92af2
commit c29183a14f
+2 -2
View File
@@ -10,7 +10,7 @@ post {
auth: inherit auth: inherit
} }
body: json { body:json {
{ {
"rating": 4 "rating": 4
} }
@@ -46,4 +46,4 @@ docs {
- 400: Invalid rating value - 400: Invalid rating value
- 401: Invalid authentication - 401: Invalid authentication
- 404: Ebook not found - 404: Ebook not found
} }