bug: Fixed a bug with the spacing of info output now that function_calling_support is a longer name
This commit is contained in:
+1
-1
@@ -744,7 +744,7 @@ impl Config {
|
|||||||
}
|
}
|
||||||
let output = items
|
let output = items
|
||||||
.iter()
|
.iter()
|
||||||
.map(|(name, value)| format!("{name:<24}{value}\n"))
|
.map(|(name, value)| format!("{name:<30}{value}\n"))
|
||||||
.collect::<Vec<String>>()
|
.collect::<Vec<String>>()
|
||||||
.join("");
|
.join("");
|
||||||
Ok(output)
|
Ok(output)
|
||||||
|
|||||||
Reference in New Issue
Block a user