Skip to content

Commit 858a923

Browse files
committed
style: remove blank new line
1 parent 4fe8876 commit 858a923

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function i18n(strings, ...values) {
44
return translation.map((string, idx) => [string, values[idx]])
55
.reduce((acc, val) => acc.concat(val), [])
66
.join('');
7-
87
};
98

109
// Defaults

0 commit comments

Comments
 (0)