Skip to content

Commit 759349c

Browse files
committed
fix: linting
1 parent cdb6eef commit 759349c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cta-engine/src/attribution.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import type {
22
AddOn,
3-
Framework,
4-
Starter,
53
AttributedFile,
64
DependencyAttribution,
75
FileProvenance,
8-
LineAttribution,
6+
Framework,
97
Integration,
108
IntegrationWithSource,
9+
LineAttribution,
10+
Starter,
1111
} from './types.js'
1212

1313
export interface AttributionInput {

0 commit comments

Comments
 (0)