Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore: pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
RossValler authored and KnisterPeter committed Jun 15, 2018
1 parent 9d7dfc6 commit c86943d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export class Git {
public async getPullRequestTitle(sha: string, uri: vscode.Uri): Promise<string|undefined> {
const customTitle = getConfiguration('github', uri).customPullRequestTitle;

if( customTitle ){
if (customTitle) {
return this.getSingleLinePullRequestTitle();
}

Expand Down

0 comments on commit c86943d

Please sign in to comment.