MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / print_blank

Function print_blank

atomic-cli/src/output/mod.rs:181–183  ·  view source on GitHub ↗

Print a blank line for visual separation.

()

Source from the content-addressed store, hash-verified

179
180/// Print a blank line for visual separation.
181pub fn print_blank() {
182 println!();
183}
184
185// Next Steps Helper
186

Callers 10

run_showMethod · 0.85
print_resultsMethod · 0.85
runMethod · 0.85
print_long_formatMethod · 0.85
display_dry_runMethod · 0.85
run_asyncMethod · 0.85
run_asyncMethod · 0.85
display_dry_runMethod · 0.85
run_asyncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected