Merge pull request #14 from matthiasbeyer/fixup-build

Fix comment which broke the build
This commit is contained in:
mario-kr 2016-08-06 11:13:41 +02:00 committed by GitHub
commit 058f5efc65

View file

@ -151,7 +151,7 @@ fn list(rt: &Runtime) {
uuids.join("\n")
};
/// and then print that
// and then print that
println!("{}", outstring);
});