Skip to content

Commit

Permalink
prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiri111enz authored and v8tenko committed Jan 30, 2024
1 parent 02e1e5e commit 3f70a26
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/__tests__/combiners/complex.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ describe('operators complex test', () => {
properties: {
c: {
type: 'string',
default: 'c'
}
}
default: 'c',
},
},
},
],
},
Expand All @@ -60,9 +60,9 @@ describe('operators complex test', () => {
properties: {
d: {
type: 'number',
default: 10
}
}
default: 10,
},
},
},
],
},
Expand Down Expand Up @@ -93,9 +93,9 @@ describe('operators complex test', () => {
properties: {
c: {
type: 'string',
default: 'c'
}
}
default: 'c',
},
},
},
],
},
Expand All @@ -106,9 +106,9 @@ describe('operators complex test', () => {
properties: {
d: {
type: 'number',
default: 10
}
}
default: 10,
},
},
},
],
},
Expand Down

0 comments on commit 3f70a26

Please sign in to comment.