mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ update
This commit is contained in:
@@ -16,7 +16,6 @@ private:
|
||||
} else if (indent.back()=="+--") {
|
||||
indent.back() = " ";
|
||||
}
|
||||
// indent.back() = (indent.back()=="|--")? "| ":" ";
|
||||
}
|
||||
indent.push_back("|--");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user