Skip to content

Commit

Permalink
use \n to help wrapping readability
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
  • Loading branch information
jbudz and tylersmalley authored Nov 17, 2020
1 parent 1a2ceab commit ab20f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli_encryption_key/encryption_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class EncryptionConfig {
docs += `${key}
${this.#encryptionMeta[key].description}
${this.#encryptionMeta[key].docs}
`;
\n`;
});
return docs;
}
Expand Down

0 comments on commit ab20f05

Please sign in to comment.