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
+1 -1
View File
@@ -10,7 +10,7 @@ post {
auth: inherit auth: inherit
} }
body: json { body:json {
{ {
"rating": 4 "rating": 4
} }