Skip to content

Commit b4d03eb

Browse files
committed
fix: linter bug
1 parent 25aa431 commit b4d03eb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/data/src/data.module.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ import { EntryPopComponent } from './entry-pop/entry-pop.component';
8787
],
8888
})
8989
export class DataModule {
90-
91-
constructor() {
92-
}
93-
9490
static forEnvironment(environment): ModuleWithProviders {
9591
return {
9692
ngModule: DataModule,
@@ -106,4 +102,6 @@ export class DataModule {
106102
]
107103
}
108104
}
109-
}
105+
constructor() {
106+
}
107+
}

0 commit comments

Comments
 (0)