Skip to content

Commit

Permalink
Fix key-spacing Eslint issue in capabilities method
Browse files Browse the repository at this point in the history
  • Loading branch information
mahsa shadi committed Aug 1, 2022
1 parent 75be446 commit e6e758e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/adapters/vfs/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ module.exports = (core) => {

return watch;
},

/**
* Get filesystem capabilities
* @param {String} file The file path from client
Expand All @@ -170,8 +171,8 @@ module.exports = (core) => {
*/
capabilities: vfs => (file, options = {}) =>
Promise.resolve({
sort:false,
pagination:false
sort: false,
pagination: false
}),

/**
Expand Down

0 comments on commit e6e758e

Please sign in to comment.