Skip to content

Commit e6e758e

Browse files
author
mahsa shadi
committed
Fix key-spacing Eslint issue in capabilities method
1 parent 75be446 commit e6e758e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/adapters/vfs/system.js

+3-2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ module.exports = (core) => {
162162

163163
return watch;
164164
},
165+
165166
/**
166167
* Get filesystem capabilities
167168
* @param {String} file The file path from client
@@ -170,8 +171,8 @@ module.exports = (core) => {
170171
*/
171172
capabilities: vfs => (file, options = {}) =>
172173
Promise.resolve({
173-
sort:false,
174-
pagination:false
174+
sort: false,
175+
pagination: false
175176
}),
176177

177178
/**

0 commit comments

Comments
 (0)