Skip to content

Commit

Permalink
fix: adding EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-ifood committed Sep 13, 2024
1 parent 9c4373d commit 53076ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/typescript/ts/test-parameter-properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ class Test<T> {
}

const foo = new Test<Bar>({ age: 42, name: 'John Doe' });
console.log(foo.getValue());
console.log(foo.getValue());
2 changes: 1 addition & 1 deletion test/fixtures/typescript/ts/test-union-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ const PartialTypeWithValues: PartialType = {
metadata: undefined,
};

console.log(PartialTypeWithValues);
console.log(PartialTypeWithValues);

0 comments on commit 53076ac

Please sign in to comment.