Skip to content

Commit 66d1b57

Browse files
authored
Update meta.ts
1 parent 03b5943 commit 66d1b57

File tree

1 file changed

+1
-1
lines changed
  • packages/@glimmer/validator/lib

1 file changed

+1
-1
lines changed

packages/@glimmer/validator/lib/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ export function tagFor<T extends object>(
7575
export function infoForTag(tag: Tag) {
7676
return {
7777
object: tag.object,
78-
propertyKey: tag.propertyKey
78+
propertyKey: tag.propertyKey,
7979
};
8080
}

0 commit comments

Comments
 (0)