summaryrefslogtreecommitdiff
path: root/src/engine/components/Highlight.ts
diff options
context:
space:
mode:
authorLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:51:22 -0700
committerLizzy Hunt <elizabeth.hunt@simponic.xyz>2024-03-09 21:51:22 -0700
commit42838864af3503f85cabc5dbd73b98a64d20cded (patch)
tree48dd75f0b9fcdc1fb8ec6db5ac2bec0a36b9afe7 /src/engine/components/Highlight.ts
parentce403459fa82025bd969d1938ed4034a10c2e751 (diff)
downloadthe-abstraction-engine-42838864af3503f85cabc5dbd73b98a64d20cded.tar.gz
the-abstraction-engine-42838864af3503f85cabc5dbd73b98a64d20cded.zip
prettier
Diffstat (limited to 'src/engine/components/Highlight.ts')
-rw-r--r--src/engine/components/Highlight.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/components/Highlight.ts b/src/engine/components/Highlight.ts
index 66ec74b..66ada9a 100644
--- a/src/engine/components/Highlight.ts
+++ b/src/engine/components/Highlight.ts
@@ -9,7 +9,7 @@ export class Highlight extends Component {
constructor(
onHighlight: (direction: Direction) => void,
onUnhighlight: () => void,
- isHighlighted: boolean = false,
+ isHighlighted: boolean = false
) {
super(ComponentNames.Highlight);