Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Jul 11, 2020
1 parent 3648580 commit 8305dd2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/service/plugins/mousepad.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ var Metadata = {
icon_name: 'input-keyboard-symbolic',

parameter_type: null,
incoming: ['kdeconnect.mousepad.echo', 'kdeconnect.mousepad.keyboardstate'],
incoming: [
'kdeconnect.mousepad.echo',
'kdeconnect.mousepad.keyboardstate'
],
outgoing: ['kdeconnect.mousepad.request']
}
}
Expand Down

0 comments on commit 8305dd2

Please sign in to comment.