scottyaslan commented on code in PR #9307:
URL: https://github.com/apache/nifi/pull/9307#discussion_r1773419524
##########
nifi-frontend/src/main/frontend/apps/nifi/src/app/pages/flow-designer/service/canvas-utils.service.ts:
##########
@@ -268,7 +270,7 @@ export class CanvasUtils {
public canModify(selection: any): boolean {
const selectionSize = selection.size();
const writableSize = selection
- .filter(function (d: any) {
+ .filter(function(d: any) {
Review Comment:
There are several formatting changes in this file. Was this intentional?
--
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]