Skip to content

Commit

Permalink
fix: made audit command output more consistent with formatting standards
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tegefaulkes committed Jun 5, 2024
1 parent 0947cc6 commit 4a13392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/audit/CommandAudit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class CommandIdentities extends CommandPolykey {
process.stdout.write(
binUtils.outputFormatter({
type: 'dict',
data: { '>': sanitizedResult },
data: sanitizedResult,
}),
);
}
Expand Down

0 comments on commit 4a13392

Please sign in to comment.