rfellows commented on code in PR #9307:
URL: https://github.com/apache/nifi/pull/9307#discussion_r1775138836


##########
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:
   must just be from running prettier. I didn't manually do these.



-- 
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]

Reply via email to