Skip to content

Commit

Permalink
chore: a few change
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Aug 19, 2023
1 parent b7ed1f8 commit ab7e202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ function test(a: string) {
a: a ? 1 : 3,
};
}
test('a');
test('ba');

0 comments on commit ab7e202

Please sign in to comment.