Skip to content

Commit 5f5c85d

Browse files
committed
Markdown formatting for required authorization (#4513)
(cherry picked from commit 3df6575)
1 parent b704ab0 commit 5f5c85d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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
@@ -516,7 +516,7 @@ fn split_summary_desc(desc: &str) -> SplitDesc{
516516

517517
fn add_privileges(privileges: &Option<Privileges>) -> Option<String>{
518518
if let Some(privs) = privileges {
519-
let mut result = "\n ##Required authorization\n".to_string();
519+
let mut result = "\n\n ## Required authorization\n".to_string();
520520
if !privs.index.is_empty() {
521521
result += "* Index privileges: ";
522522
result += &privs.index.iter()

compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

0 commit comments

Comments
 (0)