Skip to content

Commit

Permalink
feat-fix: type import nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
EagleoutIce committed Aug 16, 2024
1 parent 08e9c1b commit 5ff838c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reconstruct/auto-select/auto-select-defaults.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { NoInfo, RNode } from '../../r-bridge/lang-4.x/ast/model/model'
import type { ParentInformation , type NormalizedAst } from '../../r-bridge/lang-4.x/ast/model/processing/decorate'
import type { ParentInformation, NormalizedAst } from '../../r-bridge/lang-4.x/ast/model/processing/decorate'
import { RType } from '../../r-bridge/lang-4.x/ast/model/type'

/**
Expand Down

0 comments on commit 5ff838c

Please sign in to comment.