Fix comment which broke the build
This commit is contained in:
parent
9bceef573b
commit
6567f3a879
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ fn list(rt: &Runtime) {
|
||||||
uuids.join("\n")
|
uuids.join("\n")
|
||||||
};
|
};
|
||||||
|
|
||||||
/// and then print that
|
// and then print that
|
||||||
println!("{}", outstring);
|
println!("{}", outstring);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue