aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSeivan Heidari <[email protected]>2019-11-04 23:16:31 +0000
committerSeivan Heidari <[email protected]>2019-11-04 23:16:31 +0000
commit2f1b363b390d41b2db8ebdfa691ff42068e801d0 (patch)
tree5d02fc0b89337b5de1e632b0e50e8b5e9ead7af6 /editors
parentf49781c32d82489374d0924b70b31fa7a225464b (diff)
Remove new line.
Diffstat (limited to 'editors')
-rw-r--r--editors/code/src/scopes_mapper.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/editors/code/src/scopes_mapper.ts b/editors/code/src/scopes_mapper.ts
index 7056a8e24..dfb8bf217 100644
--- a/editors/code/src/scopes_mapper.ts
+++ b/editors/code/src/scopes_mapper.ts
@@ -58,7 +58,6 @@ export function load() {
58 .filter(([_, value]) => isString(value) || isArrayOfString(value)) 58 .filter(([_, value]) => isString(value) || isArrayOfString(value))
59 .reduce((list, [key, value]: [string, string | string[]]) => { 59 .reduce((list, [key, value]: [string, string | string[]]) => {
60 return list.set(key, isString(value) ? [value] : value); 60 return list.set(key, isString(value) ? [value] : value);
61
62 }, defaultMapping); 61 }, defaultMapping);
63 62
64} \ No newline at end of file 63} \ No newline at end of file