Skip to content

Commit 43f5cef

Browse files
fix syntax
take a look. Co-Authored-By: Kael Nox <192391771+V0idVanguard@users.noreply.github.com>
1 parent 9f1685f commit 43f5cef

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Toyota Widget/MyToyota.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ function addDetailBlock(stack, label, value) {
9898

9999
const val = block.addText(value.toString())
100100
val.font = Font.boldSystemFont(14)
101+
<<<<<<< Updated upstream
101102
val.textColor = textColor
102103
}
103104

@@ -115,3 +116,7 @@ function buildCompactWidget(widget) {
115116
addDetailText(widget, "Fuel", carInfo.fuel)
116117
addDetailText(widget, "Status", carInfo.status)
117118
}
119+
=======
120+
val.textColor = textColor;
121+
}
122+
>>>>>>> Stashed changes

0 commit comments

Comments
 (0)