Skip to content

Commit 3490c5f

Browse files
committed
style: prettier style check
1 parent a20d149 commit 3490c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/thing-model/test/thingModelHelper.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,15 +451,15 @@ class ThingModelHelperTest {
451451
const modelUri = "file://./test/thing-model/tmodels/placeholderExtension/ThingWithPlaceholder.tm.jsonld";
452452
const placeholderThing = await this.thingModelHelpers.fetchModel(modelUri);
453453

454-
const tdUri= "./test/thing-model/tmodels/placeholderExtension/thingExtended.jsonld";
454+
const tdUri = "./test/thing-model/tmodels/placeholderExtension/thingExtended.jsonld";
455455
const td = await fs.readFile(tdUri, "utf-8");
456456
const tdJson = JSON.parse(td);
457457

458458
const map = {
459459
THING_MODEL: "extended_thing",
460460
THING_UUID_V4: "bf2c24bc-9232-454d-ac17-90feb3647b71",
461461
MQTT_BROKER_ADDR: "example.org:1883",
462-
}
462+
};
463463

464464
const options: CompositionOptions = {
465465
map,

0 commit comments

Comments
 (0)