Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Dec 20, 2022
1 parent 38805a3 commit 402378b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1345,14 +1345,15 @@ async function checkForUpdate() {
newVersionAble.value = tagName.slice(1)
$q.dialog({
title: t("da-co-ban-cap-nhat-moi"),
message: t(
"phien-ban-animevsub-da-co-ban-cap-nhat-moi-tai-lai-trang-de-cap-nhat"
) + `<div style='margin-top: 10px'>${parseMdBasic(body)}</div>`,
message:
t(
"phien-ban-animevsub-da-co-ban-cap-nhat-moi-tai-lai-trang-de-cap-nhat"
) + `<div style='margin-top: 10px'>${parseMdBasic(body)}</div>`,
html: true,
ok: { flat: true, rounded: true },
cancel: { flat: true, rounded: true },
focus: "cancel",
class: "card-changelog"
class: "card-changelog",
}).onOk(updateApp)
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/logic/parseMdBasic.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, expect , test } from "vitest"
import { describe, expect, test } from "vitest"

import { parseMdBasic } from "./parseMdBasic"

Expand Down
3 changes: 1 addition & 2 deletions src/logic/parseTime.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

import { describe, expect , test } from "vitest"
import { describe, expect, test } from "vitest"

import { parseTime } from "./parseTime"

Expand Down

0 comments on commit 402378b

Please sign in to comment.