Skip to content

Commit

Permalink
src: Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Apr 10, 2024
1 parent f9c1f1e commit b25ee8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/models/filesystems.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ var FlatpakFilesystemsModel = GObject.registerClass({
get originals() {
return this._originals;
}

});

var getDefault = (function() {
Expand Down
2 changes: 1 addition & 1 deletion src/widgets/pathsViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var FlatsealPathsViewer = GObject.registerClass({
get text() {
return this._serializeFunc(Array.from(this)
.map(row => row.text)
.reverse()
.reverse(),
);
}

Expand Down

0 comments on commit b25ee8d

Please sign in to comment.