Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
biwu committed Dec 15, 2023
1 parent 002dad0 commit bb332a5
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {
fontSize: '11pt',
lineHeight: '116%',
Expand All @@ -1636,7 +1636,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1697,7 +1697,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1774,7 +1774,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1808,7 +1808,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1869,7 +1869,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1903,7 +1903,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1964,7 +1964,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -1998,7 +1998,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -2059,7 +2059,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -2093,7 +2093,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -2154,7 +2154,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -2188,7 +2188,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -2249,7 +2249,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down Expand Up @@ -2283,7 +2283,7 @@ describe('processPastedContentFromWordDesktopTest', () => {
segments: [
{
segmentType: 'Text',
text: ' ',
text: ' ',
format: {},
},
],
Expand Down

0 comments on commit bb332a5

Please sign in to comment.