Skip to content

Commit 2a02e4f

Browse files
committed
fix lint
1 parent f82ce7f commit 2a02e4f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
console.log('Для разделения строк используйте "\\n"\nПример: console.log("строка1\\nстрока2")');
1+
console.log(
2+
'Для разделения строк используйте "\\n"\nПример: console.log("строка1\\nстрока2")',
3+
);
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
// BEGIN
2-
console.log('https://' + 'github.com' + '/' + 'hexlet' + '/' + 'exercises-javascript');
2+
console.log(
3+
'https://' + 'github.com' + '/' + 'hexlet' + '/' + 'exercises-javascript',
4+
);
35
// END

0 commit comments

Comments
 (0)