Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
181
pub fn print_blank() {
182
println!();
183
}
184
185
// Next Steps Helper
186
Callers
10
run_show
Method · 0.85
print_results
Method · 0.85
run
Method · 0.85
print_long_format
Method · 0.85
display_dry_run
Method · 0.85
run_async
Method · 0.85
run_async
Method · 0.85
display_dry_run
Method · 0.85
display_local_only_warning
Method · 0.85
run_async
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected