Skip to content

Commit fa99d94

Browse files
fix: apply prettier formatting to headers-xcframework-test
Pre-existing formatting lint failure from #57442 that surfaces on this branch after merging main. Format-only change, no behavior change.
1 parent 3a1a17b commit fa99d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/scripts/ios-prebuild/__tests__/headers-xcframework-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const os = require('os');
2020
const path = require('path');
2121

2222
describe('buildDepsHeadersXcframework set-equality gate', () => {
23-
let tmp /*: string */;
23+
let tmp; /*: string */
2424
beforeEach(() => {
2525
tmp = fs.mkdtempSync(path.join(os.tmpdir(), 'deps-headers-test-'));
2626
});

0 commit comments

Comments
 (0)