Skip to content

Commit

Permalink
chore: fix a linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 23, 2024
1 parent 51466f0 commit b3fceb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/plugins/value/components/EnumValue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import type { JSONPath } from 'immutable-json-patch'
import { compileJSONPointer } from 'immutable-json-patch'
import { getValueClass } from '$lib/plugins/value/components/utils/getValueClass.js'
import {type JSONParser, type JSONSelection, Mode, type OnPatch} from '$lib/types.js'
import { type JSONParser, type JSONSelection, Mode, type OnPatch } from '$lib/types.js'
import { isValueSelection } from '$lib/logic/selection.js'
export let path: JSONPath
Expand Down

0 comments on commit b3fceb5

Please sign in to comment.