Skip to content

Commit

Permalink
Ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Chillee committed Apr 23, 2018
1 parent 9c6cf16 commit a2086a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/editorIdentity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export class EditorIdentity {
return this._fileName;
}


public hasSameBuffer(identity: EditorIdentity): boolean {
return this.fileName === identity.fileName;
}
Expand Down

0 comments on commit a2086a0

Please sign in to comment.