Skip to content

Commit 48452fe

Browse files
committed
Markdown formatting for required authorization (#4513)
(cherry picked from commit 3df6575)
1 parent efe223c commit 48452fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compiler-rs/clients_schema_to_openapi/src/paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ fn split_summary_desc(desc: &str) -> SplitDesc{
474474

475475
fn add_privileges(privileges: &Option<Privileges>) -> Option<String>{
476476
if let Some(privs) = privileges {
477-
let mut result = "\n ##Required authorization\n".to_string();
477+
let mut result = "\n\n ## Required authorization\n".to_string();
478478
if !privs.index.is_empty() {
479479
result += "* Index privileges: ";
480480
result += &privs.index.iter()
Binary file not shown.

0 commit comments

Comments
 (0)