Skip to content

Commit e34d285

Browse files
clean up 2
1 parent f5c7d84 commit e34d285

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/node-specific/resource_tracking_script_builder.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export async function testScriptFactory(
5959
resourceScript = resourceScript.replace('SCRIPT_NAME_STRING', JSON.stringify(name));
6060
resourceScript = resourceScript.replace('URI_STRING', JSON.stringify(uri));
6161
resourceScript = resourceScript.replace('ITERATIONS_STRING', `${iterations}`);
62+
6263
return resourceScript;
6364
}
6465

0 commit comments

Comments
 (0)