Skip to content

Commit

Permalink
style: remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Nov 9, 2023
1 parent 6f068b0 commit 7bc8d29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/noports_core/lib/src/common/default_args.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class DefaultArgs {
static const SshrvGenerator sshrvGenerator = Sshrv.exec;
static const int localSshdPort = 22;
static const int remoteSshdPort = 22;

/// value in seconds after which idle ssh tunnels will be closed
static const int idleTimeout = 15;
static const bool help = false;
Expand Down

0 comments on commit 7bc8d29

Please sign in to comment.