Skip to content

Commit b6c7a97

Browse files
eps1lonDanny McCormick
authored andcommitted
Fix "Couldn't find a suitable Node resolution" (#338)
1 parent 377696d commit b6c7a97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/FileContainerApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ---------------------------------------------------------
33
* Copyright(C) Microsoft Corporation. All rights reserved.
44
* ---------------------------------------------------------
5-
*
5+
*
66
* ---------------------------------------------------------
77
* Generated file, DO NOT EDIT
88
* ---------------------------------------------------------
@@ -13,7 +13,7 @@
1313
import stream = require("stream");
1414
import * as zlib from "zlib";
1515
import * as restm from 'typed-rest-client/RestClient';
16-
import * as httpm from 'typed-rest-client//HttpClient';
16+
import * as httpm from 'typed-rest-client/HttpClient';
1717
import VsoBaseInterfaces = require('./interfaces/common/VsoBaseInterfaces');
1818
import FileContainerApiBase = require("./FileContainerApiBase");
1919
import FileContainerInterfaces = require("./interfaces/FileContainerInterfaces");

0 commit comments

Comments
 (0)