Skip to content

Commit

Permalink
Revert "chore: remove unused line"
Browse files Browse the repository at this point in the history
This reverts commit 6f068b0.
  • Loading branch information
XavierChanth committed Nov 9, 2023
1 parent 7bc8d29 commit 7142a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/noports_core/lib/src/common/default_args.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class DefaultArgs {
static const SupportedSshAlgorithm sshAlgorithm =
SupportedSshAlgorithm.ed25519;
static const bool verbose = false;
static const SupportedSshAlgorithm algorithm = SupportedSshAlgorithm.ed25519;
static const String rootDomain = 'root.atsign.org';
static const SshrvGenerator sshrvGenerator = Sshrv.exec;
static const int localSshdPort = 22;
Expand Down

0 comments on commit 7142a45

Please sign in to comment.