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

@@ -417,7 +417,7 @@ export class InventoryFolder
private uploadInventoryAssetLegacy(assetType: AssetType, inventoryType: InventoryType, data: Buffer, name: string, description: string, flags: InventoryItemFlags): Promise<UUID>
{
return new Promise<UUID>(async (resolve, reject) =>
return new Promise<UUID>(async(resolve, reject) =>
{
// Send an AssetUploadRequest and a CreateInventoryRequest simultaneously
const msg = new AssetUploadRequestMessage();