fix: some typos

close #6
This commit is contained in:
sigoden
2022-05-31 22:38:00 +08:00
parent a9294f602c
commit f43d0b646d
2 changed files with 4 additions and 6 deletions

View File

@@ -444,8 +444,7 @@ impl InnerService {
} else {
decoded_path.into_owned()
};
let fullpath = self.args.path.join(&slashes_switched);
Some(fullpath)
Some(self.args.path.join(&slashes_switched))
}
async fn to_pathitem<P: AsRef<Path>>(