Skip to content

Commit 18e02e6

Browse files
committed
formatting
1 parent 526d853 commit 18e02e6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/composables/__tests__/useShiki.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { flushPromises, mount } from '@vue/test-utils'
22
import { createHighlighterCore, type HighlighterCore } from 'shiki/core'
3-
import { beforeEach, describe, expect,it, vi } from 'vitest'
3+
import { beforeEach, describe, expect, it, vi } from 'vitest'
44
import { defineComponent, ref } from 'vue'
55

66
import { useShiki } from '../useShiki'

src/composables/useShiki.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createHighlighterCore, type HighlighterCore } from 'shiki/core'
22
import { createJavaScriptRegexEngine } from 'shiki/engine/javascript'
3-
import { onMounted, type Ref,ref, watch } from 'vue'
3+
import { onMounted, type Ref, ref, watch } from 'vue'
44

55
/**
66
* Composable for highlighting a bash script with shiki

src/core/__tests__/logger.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { afterEach, beforeEach, describe, expect,it, vi } from 'vitest'
1+
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'
22

33
import { logger } from '../logger'
44

src/core/configSerde.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type ConcretePluginConfig, type ConcretePluginDef,SUB_OPTION_DEFAULTS } from './types'
1+
import { type ConcretePluginConfig, type ConcretePluginDef, SUB_OPTION_DEFAULTS } from './types'
22

33
export interface SaveState {
44
configs: Record<string, ConcretePluginConfig>

0 commit comments

Comments
 (0)