mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Update skeleton
This commit is contained in:
@@ -43,7 +43,7 @@ impl WriteLine for (&String, &Declaration) {
|
||||
"{} = {} {}",
|
||||
name,
|
||||
if let Some(init) = initializer {
|
||||
init.to_string()
|
||||
init.write_string()
|
||||
} else {
|
||||
"default".to_string()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user