Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Dec 29, 2023
1 parent 7ed9343 commit 06666c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.CLI/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public P2PSettings(IConfigurationSection section)

public class UnlockWalletSettings
{
public string ?Path { get; }
public string? Path { get; }
public string? Password { get; }
public bool IsActive { get; }

Expand Down

0 comments on commit 06666c6

Please sign in to comment.