We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e2da8 commit 34d0a85Copy full SHA for 34d0a85
compiler-rs/clients_schema_to_openapi/src/paths.rs
@@ -474,7 +474,7 @@ fn split_summary_desc(desc: &str) -> SplitDesc{
474
475
fn add_privileges(privileges: &Option<Privileges>) -> Option<String>{
476
if let Some(privs) = privileges {
477
- let mut result = "\n ##Required authorization\n".to_string();
+ let mut result = "\n\n ## Required authorization\n".to_string();
478
if !privs.index.is_empty() {
479
result += "* Index privileges: ";
480
result += &privs.index.iter()
compiler-rs/compiler-wasm-lib/pkg/compiler_wasm_lib_bg.wasm
8 Bytes
0 commit comments