remove noop line

This commit is contained in:
ibizaman 2025-02-12 00:56:06 +01:00 committed by ibizaman
parent 0bf61f368e
commit 4980c6cf3e
6 changed files with 0 additions and 12 deletions

View file

@ -97,8 +97,6 @@ let
]; ];
}; };
nodes.client = {};
testScript = (commonTestScript appname cfgPathFn).access; testScript = (commonTestScript appname cfgPathFn).access;
}; };

View file

@ -95,8 +95,6 @@ in
]; ];
}; };
nodes.client = {};
testScript = commonTestScript; testScript = commonTestScript;
}; };

View file

@ -160,8 +160,6 @@ in
]; ];
}; };
nodes.client = {};
testScript = commonTestScript.access; testScript = commonTestScript.access;
}; };

View file

@ -79,8 +79,6 @@ in
]; ];
}; };
nodes.client = {};
testScript = commonTestScript.access; testScript = commonTestScript.access;
}; };

View file

@ -76,8 +76,6 @@ in
]; ];
}; };
nodes.client = {};
testScript = commonTestScript.access; testScript = commonTestScript.access;
}; };

View file

@ -156,8 +156,6 @@ in
]; ];
}; };
nodes.client = {};
testScript = commonTestScript.access; testScript = commonTestScript.access;
}; };