Skip to content

Commit c3c5b20

Browse files
committed
reverted video player module file
1 parent 48ada9e commit c3c5b20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/sunbird-video-player/src/lib/sunbird-video-player.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { NgModule} from '@angular/core';
1+
import { NgModule } from '@angular/core';
22
import { CommonModule } from '@angular/common';
33
import { FormsModule } from '@angular/forms';
44
import { SunbirdPlayerSdkModule } from '@project-sunbird/sunbird-player-sdk-v9';
@@ -18,6 +18,6 @@ import { QumlLibraryModule } from '@project-sunbird/sunbird-quml-player-v9';
1818
QumlLibraryModule,
1919
],
2020
providers: [ErrorService],
21-
exports: [SunbirdVideoPlayerComponent , SunbirdPlayerSdkModule],
21+
exports: [SunbirdVideoPlayerComponent , SunbirdPlayerSdkModule]
2222
})
2323
export class SunbirdVideoPlayerModule { }

0 commit comments

Comments
 (0)