Skip to content

Commit 1a4cf37

Browse files
committed
tidy
1 parent 8f6fd5e commit 1a4cf37

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

llms/extensions/core_tools/ui/index.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ const CodePage = {
116116
// Initial load
117117
code.value = loadCode(language.value)
118118

119-
120-
121119
watch(language, (newLang, oldLang) => {
122120
// Save old language code
123121
if (oldLang && cm) {
@@ -645,6 +643,5 @@ export default {
645643

646644
ctx.routes.push({ path: '/code', component: CodePage, meta: { title: 'Run Code' } })
647645
ctx.routes.push({ path: '/calc', component: CalcPage, meta: { title: 'Calculator' } })
648-
649646
}
650647
}

0 commit comments

Comments
 (0)