Remove extra comma and unnecessary semicolons
This commit is contained in:
parent
b23fb71d1d
commit
0912a2b55b
4 changed files with 9 additions and 9 deletions
|
@ -1058,7 +1058,7 @@
|
|||
|
||||
return {
|
||||
length: len,
|
||||
compression: comp,
|
||||
compression: comp
|
||||
};
|
||||
},
|
||||
|
||||
|
@ -1083,7 +1083,7 @@
|
|||
if (type) {
|
||||
return {
|
||||
type: type,
|
||||
content: self._runType(type),
|
||||
content: self._runType(type)
|
||||
};
|
||||
}
|
||||
},
|
||||
|
@ -1185,7 +1185,7 @@
|
|||
var msg = {
|
||||
header: header,
|
||||
id: id,
|
||||
objects: objects,
|
||||
objects: objects
|
||||
};
|
||||
|
||||
return msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue