Skip to content

Commit 1e853e7

Browse files
committed
Remove trailing whitespaces
1 parent 7bd0a47 commit 1e853e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/src/getPropValue-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ describe('getPropValue', () => {
880880
beforeEach(() => {
881881
changePlugins(pls => [...pls, 'typescript']);
882882
});
883-
883+
884884
it('should return string representation of variable identifier wrapped in a Typescript non-null assertion', () => {
885885
const prop = extractProp('<div foo={bar!} />');
886886

@@ -889,7 +889,7 @@ describe('getPropValue', () => {
889889

890890
assert.equal(expected, actual);
891891
});
892-
892+
893893
it('should return string representation of variable identifier wrapped in a deep Typescript non-null assertion', () => {
894894
const prop = extractProp('<div foo={(bar!)!} />');
895895

0 commit comments

Comments
 (0)