Skip to content

Commit 1695565

Browse files
authored
Merge pull request #22 from rushhiii/main8
fix syntax
2 parents 9f1685f + 43f5cef commit 1695565

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)