Skip to content

Commit 8b69118

Browse files
committed
fix: some editings
1 parent 48eefaf commit 8b69118

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/cdk/src/_noop.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
// eslint-disable-next-line @typescript-eslint/no-empty-function
22
export function _noop(): void {}
3+
//

libs/ngxs/src/public_api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { NGXS_DATA_CONFIG, NgxsDataConfig } from './config/ngx-data.config';
22
export { NgxsDataPluginModule } from './ngxs-data.module';
3+
//

0 commit comments

Comments
 (0)