Skip to content

Commit

Permalink
fix: for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyasbal committed Nov 5, 2017
1 parent e6eb89b commit 02e180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/NSIdentity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class NSIdentity {

private static _instances: { [fqn: string]: NSIdentity } = {};
private static _mapBackingField: IdResolver;
private static get _map(): IdResolver{
private static get _map(): IdResolver {
if (this._mapBackingField === void 0) {
this._mapBackingField = new IdResolver();
}
Expand Down

0 comments on commit 02e180e

Please sign in to comment.