Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed May 27, 2024
1 parent 2cf8d4f commit c7d6b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,6 @@ const Service = GObject.registerClass({

const service = new Service();
if (service.hasOwnProperty('runAsync'))
await service.runAsync([system.programInvocationName].concat(ARGV));
await service.runAsync([system.programInvocationName].concat(ARGV));
else
service.run([system.programInvocationName].concat(ARGV));
service.run([system.programInvocationName].concat(ARGV));

0 comments on commit c7d6b7c

Please sign in to comment.