sardell commented on a change in pull request #60:
URL: https://github.com/apache/nifi-fds/pull/60#discussion_r789129527
##########
File path: platform/core/snackbars/fds-snackbars.module.js
##########
@@ -38,6 +32,10 @@ import {
} from './services/snackbar.service';
import { FdsCoasterComponent } from './coaster/coaster.component';
+import {MatSnackBarModule} from "@angular/material/snack-bar";
Review comment:
This is nit picky, but I think the imports statements should be
formatted like the other existing statements with a space between the curly
brackets and the module name.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]