Skip to content

Commit 6bcd9b2

Browse files
author
Natallia Harshunova
committed
Add newline at the end of the file
1 parent 0a00958 commit 6bcd9b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/post-build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ function copyDevToolsDescriptionFiles() {
185185
fs.cpSync(sourceDir, destDir, {recursive: true});
186186
}
187187

188-
main();
188+
main();

src/PageCollector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,4 +312,4 @@ export class NetworkCollector extends PageCollector<HTTPRequest> {
312312
navigations.unshift([]);
313313
}
314314
}
315-
}
315+
}

0 commit comments

Comments
 (0)