Skip to content

Commit 6116b34

Browse files
committed
Fix formatting
1 parent 57868e6 commit 6116b34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/reth/args.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ with lib; {
6363
};
6464

6565
ws = {
66-
enable = mkEnableOption ("Reth WebSocket API");
66+
enable = mkEnableOption "Reth WebSocket API";
6767
addr = mkOption {
6868
type = types.nullOr types.str;
6969
default = null;
@@ -114,7 +114,7 @@ with lib; {
114114
};
115115

116116
metrics = {
117-
enable = mkEnableOption ("Enable Prometheus metrics collection and reporting.");
117+
enable = mkEnableOption "Enable Prometheus metrics collection and reporting.";
118118

119119
addr = mkOption {
120120
type = types.str;

modules/reth/options.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
rethOpts = with lib; {
99
options = {
10-
enable = mkEnableOption ("Reth Ethereum Node.");
10+
enable = mkEnableOption "Reth Ethereum Node.";
1111

12-
subVolume = mkEnableOption ("Use a subvolume for the state directory if the underlying filesystem supports it e.g. btrfs");
12+
subVolume = mkEnableOption "Use a subvolume for the state directory if the underlying filesystem supports it e.g. btrfs";
1313

1414
inherit args;
1515

0 commit comments

Comments
 (0)