Skip to content

Commit 3be215c

Browse files
Scott DoverScott Dover
authored andcommitted
chore: run npm run format
Signed-off-by: Scott Dover <[email protected]>
1 parent d77becb commit 3be215c

File tree

3 files changed

+8
-22
lines changed

3 files changed

+8
-22
lines changed

client/package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/connection/rest/api/files.ts

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,9 +1134,10 @@ export const FilesApiAxiosParamCreator = function (
11341134
};
11351135
const localVarHeaderParameter = {} as any;
11361136
const localVarQueryParameter = {} as any;
1137-
const localVarFormParams = new ((configuration &&
1138-
configuration.formDataCtor) ||
1139-
FormData)();
1137+
const localVarFormParams = new (
1138+
(configuration && configuration.formDataCtor) ||
1139+
FormData
1140+
)();
11401141

11411142
if (expirationTimeStamp !== undefined) {
11421143
localVarQueryParameter["expirationTimeStamp"] = expirationTimeStamp;
@@ -2048,9 +2049,10 @@ export const FilesApiAxiosParamCreator = function (
20482049
};
20492050
const localVarHeaderParameter = {} as any;
20502051
const localVarQueryParameter = {} as any;
2051-
const localVarFormParams = new ((configuration &&
2052-
configuration.formDataCtor) ||
2053-
FormData)();
2052+
const localVarFormParams = new (
2053+
(configuration && configuration.formDataCtor) ||
2054+
FormData
2055+
)();
20542056

20552057
if (ifMatch != null) {
20562058
localVarHeaderParameter["If-Match"] = String(ifMatch);

package-lock.json

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)