Merge pull request #32 from kubo39/replace-body-with-do

Replace body with do.
This commit is contained in:
Jan Jurzitza 2018-03-19 09:05:12 +01:00 committed by GitHub
commit 83d35c8990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ struct ObjectPath {
out (v) {
assert(ObjectPath.isValid(v._value));
}
body {
do {
ObjectPath ret;
if (_value == "/") {