Merge pull request #14 from matthiasbeyer/fixup-build
Fix comment which broke the build
This commit is contained in:
commit
058f5efc65
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