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 +}