Skip to content

Commit 8df97b3

Browse files
authored
Please linter
1 parent f5c22db commit 8df97b3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

app/src/lib/editors/linux.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,17 +130,11 @@ const editors: ILinuxExternalEditor[] = [
130130
},
131131
{
132132
name: 'JetBrains CLion',
133-
paths: [
134-
'/snap/bin/clion',
135-
'.local/share/JetBrains/Toolbox/scripts/clion1',
136-
],
133+
paths: ['/snap/bin/clion', '.local/share/JetBrains/Toolbox/scripts/clion1'],
137134
},
138135
{
139136
name: 'JetBrains Rider',
140-
paths: [
141-
'/snap/bin/rider',
142-
'.local/share/JetBrains/Toolbox/scripts/rider',
143-
],
137+
paths: ['/snap/bin/rider', '.local/share/JetBrains/Toolbox/scripts/rider'],
144138
},
145139
{
146140
name: 'JetBrains RubyMine',

0 commit comments

Comments
 (0)