mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(cloudcmd) lint: key-spacing
This commit is contained in:
parent
a91344595c
commit
59338a16ac
8 changed files with 38 additions and 36 deletions
|
|
@ -34,19 +34,19 @@ const TMPL = [
|
|||
].map(addHBS);
|
||||
|
||||
const data = {
|
||||
path : '/etc/X11/',
|
||||
files : [{
|
||||
path: '/etc/X11/',
|
||||
files: [{
|
||||
name: 'applnk',
|
||||
size: '4.0.0kb',
|
||||
date: '21.02.2016',
|
||||
uid : 0,
|
||||
uid: 0,
|
||||
mode: 'rwx r-x r-x',
|
||||
type: 'directory',
|
||||
}, {
|
||||
name: 'ай',
|
||||
size: '1.30kb',
|
||||
date: 0,
|
||||
uid : 0,
|
||||
uid: 0,
|
||||
mode: 'rwx r-x r-x',
|
||||
type: 'file',
|
||||
}],
|
||||
|
|
@ -73,7 +73,7 @@ test('cloudfunc: render', (t) => {
|
|||
|
||||
time('CloudFunc.buildFromJSON');
|
||||
const result = CloudFunc.buildFromJSON({
|
||||
prefix : '',
|
||||
prefix: '',
|
||||
data,
|
||||
template,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue