From c665b58688c58dcf93fd50690692e90bba1a1b2c Mon Sep 17 00:00:00 2001 From: Christian Bayer Date: Tue, 24 Jan 2023 15:12:04 -0500 Subject: [PATCH] lint fixes --- package.nw/lib/roster.js | 2 +- package.nw/lib/roster/processRosterFiltering.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.nw/lib/roster.js b/package.nw/lib/roster.js index 7085c92..3fcd3f8 100644 --- a/package.nw/lib/roster.js +++ b/package.nw/lib/roster.js @@ -3818,4 +3818,4 @@ function listShortInstances() } } return shortInstances; -} \ No newline at end of file +} diff --git a/package.nw/lib/roster/processRosterFiltering.js b/package.nw/lib/roster/processRosterFiltering.js index 7a96127..46ffce0 100644 --- a/package.nw/lib/roster/processRosterFiltering.js +++ b/package.nw/lib/roster/processRosterFiltering.js @@ -418,4 +418,4 @@ function processRosterFiltering(callRoster, rosterSettings) entry.tx = tx; } } -} \ No newline at end of file +}