Removed spaces with lint

This commit is contained in:
cagataycivici 2019-10-01 16:00:26 +03:00
parent ad0e23fc27
commit fb54d5e5e0
113 changed files with 812 additions and 813 deletions

View file

@ -1,7 +1,7 @@
import axios from 'axios';
export default class NodeService {
getTreeTableNodes() {
return axios.get('demo/data/treetablenodes.json')
.then(res => res.data.root);
@ -11,5 +11,5 @@ export default class NodeService {
return axios.get('demo/data/treenodes.json')
.then(res => res.data.root);
}
}