Fix comment which broke the build

This commit is contained in:
Matthias Beyer 2016-08-06 11:08:57 +02:00
parent 9bceef573b
commit 6567f3a879

View file

@ -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);
}); });