Skip to content

Commit 53e5d5d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1c3d468 commit 53e5d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron/frontend/core/components/pages/guided-mode/options/GuidedInspectorPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const normalizeFilePaths = (items) => {
3939
if (item.file_path) {
4040
return {
4141
...item,
42-
file_path: item.file_path.replace(/\\/g, "/")
42+
file_path: item.file_path.replace(/\\/g, "/"),
4343
};
4444
}
4545
return item;

0 commit comments

Comments
 (0)