remove noop line
This commit is contained in:
parent
0bf61f368e
commit
78f7cc5748
6 changed files with 0 additions and 12 deletions
|
|
@ -97,8 +97,6 @@ let
|
|||
];
|
||||
};
|
||||
|
||||
nodes.client = {};
|
||||
|
||||
testScript = (commonTestScript appname cfgPathFn).access;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -95,8 +95,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
nodes.client = {};
|
||||
|
||||
testScript = commonTestScript;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -160,8 +160,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
nodes.client = {};
|
||||
|
||||
testScript = commonTestScript.access;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -79,8 +79,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
nodes.client = {};
|
||||
|
||||
testScript = commonTestScript.access;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -76,8 +76,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
nodes.client = {};
|
||||
|
||||
testScript = commonTestScript.access;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -156,8 +156,6 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
nodes.client = {};
|
||||
|
||||
testScript = commonTestScript.access;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue