Skip to content

Commit

Permalink
fix: use multi-line literal instead of concatenation
Browse files Browse the repository at this point in the history
  • Loading branch information
Singond committed Mar 21, 2021
1 parent 822bfcb commit e23e2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export const config = {
},
position: {
title: 'Panel position',
description: 'Position of the panel with script output. '
+ '(Changes to this value will be applied upon reopening the panel.)',
description: 'Position of the panel with script output. \
(Changes to this value will be applied upon reopening the panel.)',
type: 'string',
default: 'Bottom',
enum: [
Expand Down

0 comments on commit e23e2ab

Please sign in to comment.