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 a1af98e commit ac21b6d
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
{
[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 ac21b6d

Please sign in to comment.