Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Nov 4, 2024
1 parent e979d26 commit 1bac202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/import/instruments.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ describe('importFromInstrumentsDeepCopy', () => {
})

test('time profile, version 16', async () => {
await checkProfileSnapshot('./sample/profiles/Instruments/16.0/simple-time-profile-deep-copy.txt')
await checkProfileSnapshot(
'./sample/profiles/Instruments/16.0/simple-time-profile-deep-copy.txt',
)
})

test('allocations profile', async () => {
Expand Down

0 comments on commit 1bac202

Please sign in to comment.