mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-14 22:38:46 +00:00
Fix examples formatting
This commit is contained in:
@@ -84,7 +84,7 @@ impl WriteLine for (&String, &Declaration) {
|
||||
// print meta data for function
|
||||
writeln!(
|
||||
write,
|
||||
"init:\n bid: {}\n allocations: \n{}",
|
||||
"init:\n bid: {}\n allocations:\n{}",
|
||||
definition.bid_init,
|
||||
definition
|
||||
.allocations
|
||||
|
||||
Reference in New Issue
Block a user