Update uuid

This commit is contained in:
Bastien Orivel 2018-11-03 12:14:39 +01:00
parent 9a41af68a4
commit 36c4208f22
13 changed files with 57 additions and 58 deletions

View file

@ -147,7 +147,7 @@ impl URL {
result.push('/');
// Step 5
result.push_str(&id.simple().to_string());
result.push_str(&id.to_simple().to_string());
result
}