Skip to content

Commit 0e5404f

Browse files
committed
Newline lint nit
1 parent d5faa42 commit 0e5404f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commands/optimize/apply-optimization.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ async function addOverrides(
314314
// Here we're just telling TS that we're looping over key names
315315
// of the type and that they're all Set<string> props. This allows
316316
// us to do the SetA.add(setB.get) pump type-safe without casts.
317-
318317
Array<
319318
keyof Pick<
320319
AddOverridesState,

0 commit comments

Comments
 (0)