Skip to content

Commit 3df6575

Browse files
authored
Markdown formatting for required authorization (#4513)
1 parent e4094f4 commit 3df6575

File tree

6 files changed

+968
-957
lines changed

6 files changed

+968
-957
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
@@ -502,7 +502,7 @@ fn split_summary_desc(desc: &str) -> SplitDesc{
502502

503503
fn add_privileges(privileges: &Option<Privileges>) -> Option<String>{
504504
if let Some(privs) = privileges {
505-
let mut result = "\n ##Required authorization\n".to_string();
505+
let mut result = "\n\n ## Required authorization\n".to_string();
506506
if !privs.index.is_empty() {
507507
result += "* Index privileges: ";
508508
result += &privs.index.iter()

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

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

compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm.d.ts

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)