Skip to content

Commit

Permalink
fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanmar511 committed Nov 22, 2017
1 parent b347f40 commit be3e1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/src/profiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class Profiler extends common.ServiceObject {
body: reqBody,
json: true,
};

this.logger.debug(`Attempting to create profile.`);
return new Promise<RequestProfile>((resolve, reject) => {
this.request(
Expand Down

0 comments on commit be3e1d9

Please # to comment.