Skip to content

Commit 770670c

Browse files
RafaelGSSaduh95
authored andcommitted
test: fix permission fixtures lint
PR-URL: #55819 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 5a437c4 commit 770670c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require('./required-module');
1+
require('./required-module');
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import './required-module.mjs';
1+
import './required-module.mjs';
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('ok');
1+
console.log('ok');
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('ok');
1+
console.log('ok');

0 commit comments

Comments
 (0)