Skip to content

Commit 91efa24

Browse files
committed
fmt
1 parent 400a915 commit 91efa24

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/memory_profile.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ fn main() {
169169
.values()
170170
.map(|d| count_recursive(&d.symbols))
171171
.sum();
172-
eprintln!(" modules={num_modules}, top_level_symbols={num_top_symbols}, total_recursive={num_recursive}");
172+
eprintln!(
173+
" modules={num_modules}, top_level_symbols={num_top_symbols}, total_recursive={num_recursive}"
174+
);
173175

174176
// === JSR-like pattern: create GenerateCtx + render single page ===
175177
eprintln!("\n--- JSR-like single page rendering ---");

0 commit comments

Comments
 (0)