Skip to content

Commit 2aba1c8

Browse files
build: remove unused clang format (#475)
1 parent 46b67d7 commit 2aba1c8

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

handwritten/bigquery/.clang-format

Lines changed: 0 additions & 3 deletions
This file was deleted.

handwritten/bigquery/src/table.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,9 +1395,7 @@ class Table extends common.ServiceObject {
13951395
} as {},
13961396
request: {
13971397
uri: format('{base}/{projectId}/jobs', {
1398-
base: `https://${
1399-
this.bigQuery.apiEndpoint
1400-
}/upload/bigquery/v2/projects`,
1398+
base: `https://${this.bigQuery.apiEndpoint}/upload/bigquery/v2/projects`,
14011399
projectId: this.bigQuery.projectId,
14021400
}),
14031401
},

0 commit comments

Comments
 (0)