Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimava committed Oct 12, 2024
1 parent 2cc9cd7 commit 730edaf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ark/schema/shared/traversal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ import {
type ArkErrorContextInput,
type ArkErrorInput
} from "./errors.ts"
import {
appendPropToPathString,
isNode,
type TraversalPath
} from "./utils.ts"
import { appendPropToPathString, isNode, type TraversalPath } from "./utils.ts"

export type MorphsAtPath = {
path: TraversalPath
Expand Down

0 comments on commit 730edaf

Please sign in to comment.