Skip to content

Commit

Permalink
Merge pull request #5 from higuoxing/minor-fix-for-example-code
Browse files Browse the repository at this point in the history
Minor fix for code example.
  • Loading branch information
Prajwal Chapagain authored Sep 6, 2022
2 parents de6903a + 0ce5adf commit 64c8288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ pub fn main() anyerror!void {
}
if (ls_args.isPresent("all")) {
log.info("show all");
log.info("show all", .{});
return;
}
Expand Down

0 comments on commit 64c8288

Please sign in to comment.