Skip to content

Commit 1629158

Browse files
monyarmPetarKirov
authored andcommitted
fix(utils/cachix): Modify getCachixDeploymenApiUrl definition, to allow compilation with newer d compiler versions.
1 parent 9b08e5a commit 1629158

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/mcl/src/src/mcl/utils/cachix.d

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ import std.format : fmt = format;
1010
import std.json : JSONValue;
1111
import std.typecons : tuple;
1212

13-
string getCachixDeploymentApiUrl(string workspace, string machine, uint deploymentId)
14-
in (workspace && machine && deploymentId) =>
13+
string getCachixDeploymentApiUrl(string workspace, string machine, uint deploymentId) =>
1514
"https://app.cachix.org/api/v1/deploy/deployment/%s/%s/%s"
1615
.fmt(workspace, machine, deploymentId);
1716

0 commit comments

Comments
 (0)