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

@@ -13,7 +13,7 @@ export class LLLindenText
};
body = '';
embeddedItems: {[key: number]: InventoryItem} = {};
embeddedItems: { [key: number]: InventoryItem } = {};
constructor(data?: Buffer)
{