Skip to content

Commit

Permalink
style: split long line by newline
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Minhee (洪 民憙) <[email protected]>
  • Loading branch information
moreal and dahlia committed Apr 28, 2021
1 parent bc5e255 commit cdc27e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Libplanet.Extensions.Cocona/Commands/KeyCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ namespace Libplanet.Extensions.Cocona.Commands
using Libplanet.Extensions.Cocona.Commands.Key;
using Libplanet.KeyStore;

[HasSubCommands(typeof(DerivationCommand), "derive", Description = "Derive the address or public key from private key.")]
[HasSubCommands(
typeof(DerivationCommand),
"derive",
Description = "Derive the address or public key from private key."
)]
public class KeyCommand
{
public KeyCommand()
Expand Down

0 comments on commit cdc27e8

Please sign in to comment.