Skip to content

Commit

Permalink
Update meta.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jun 11, 2024
1 parent 03b5943 commit 66d1b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@glimmer/validator/lib/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ export function tagFor<T extends object>(
export function infoForTag(tag: Tag) {
return {
object: tag.object,
propertyKey: tag.propertyKey
propertyKey: tag.propertyKey,
};
}

0 comments on commit 66d1b57

Please sign in to comment.