Add some additional formatting rules

This commit is contained in:
Casper Warden
2021-09-23 17:21:36 +01:00
parent bc6ee025cf
commit af911d5923
100 changed files with 195 additions and 174 deletions

View File

@@ -24,7 +24,7 @@ export class GroupDataUpdateMessage implements MessageBase
return this.calculateVarVarSize(this.AgentGroupData, 'GroupTitle', 1) + ((40) * this.AgentGroupData.length) + 1;
}
calculateVarVarSize(block: {[key: string]: any}[], paramName: string, extraPerVar: number): number
calculateVarVarSize(block: { [key: string]: any }[], paramName: string, extraPerVar: number): number
{
let size = 0;
for (const bl of block)