Skip to content

Commit

Permalink
CI fix for new version of Vibe.d
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka committed Dec 30, 2017
1 parent 7cb01e9 commit dd970c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ struct RpcRequest


/// Converts Vibe.d REST client request to RpcRequest
private static RpcRequest vibeRestToRpcRequest(scope Json j, in HTTPServerRequest req)
private static RpcRequest vibeRestToRpcRequest(scope Json j, HTTPServerRequest req)
{
RpcRequest r;

Expand Down

0 comments on commit dd970c4

Please sign in to comment.