Skip to content

Commit

Permalink
Minor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekyEggo committed Apr 25, 2020
1 parent b0569cd commit b73cb98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ class runtimeHttpClient_RuntimeHttpClient {
]);

this.requestOptions = {
"Accept": `application/json;api-version=${this.apiVersion}`
'Accept': `application/json;api-version=${this.apiVersion}`
};
}

Expand Down
2 changes: 1 addition & 1 deletion src/runtimeHttpClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class RuntimeHttpClient {
]);

this.requestOptions = {
"Accept": `application/json;api-version=${this.apiVersion}`
'Accept': `application/json;api-version=${this.apiVersion}`
};
}

Expand Down

0 comments on commit b73cb98

Please sign in to comment.