Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 83020e8 commit 7ec6a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/artifactory-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async function getPackageDetail({
});

Object.assign(packageDetailResponse.data, additionalCode);

return new Promise<AxiosResponse>((resolve, reject) => {
packageDetailCache[key] = packageDetailResponse.data;
resolve(packageDetailResponse);
Expand Down

0 comments on commit 7ec6a3a

Please sign in to comment.