Skip to content

Commit 3ecb734

Browse files
author
mahsa shadi
committed
fixed some eslint newLine errors
1 parent 7be8755 commit 3ecb734

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utils/vfs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ const assembleQueryData = (object) => {
195195
}
196196
}
197197
return assembled;
198-
}
198+
};
199199

200200
/*
201201
* Parses URL Body

src/vfs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@ module.exports = core => {
297297
});
298298

299299
return {router, methods};
300-
};
300+
};

0 commit comments

Comments
 (0)