Skip to content

Commit 550f032

Browse files
mmahutangerman
authored andcommitted
default.nix: one semicolon too much
1 parent 538a59f commit 550f032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ in
77
withHoogle ? defaultCustomConfig.withHoogle
88
, profileData ? null
99
, profileName ? if profileData != null then profileData.profileName
10-
else defaultCustomConfig.localCluster.profileName;
10+
else defaultCustomConfig.localCluster.profileName
1111
, workbenchDevMode ? defaultCustomConfig.localCluster.workbenchDevMode
1212
, workbenchStartArgs ? defaultCustomConfig.localCluster.workbenchStartArgs
1313
, customConfig ? {

0 commit comments

Comments
 (0)