Merge pull request #32 from kubo39/replace-body-with-do
Replace body with do.
This commit is contained in:
commit
83d35c8990
|
@ -63,7 +63,7 @@ struct ObjectPath {
|
||||||
out (v) {
|
out (v) {
|
||||||
assert(ObjectPath.isValid(v._value));
|
assert(ObjectPath.isValid(v._value));
|
||||||
}
|
}
|
||||||
body {
|
do {
|
||||||
ObjectPath ret;
|
ObjectPath ret;
|
||||||
|
|
||||||
if (_value == "/") {
|
if (_value == "/") {
|
||||||
|
|
Loading…
Reference in a new issue