style: fix linting issues met Prettier
This commit is contained in:
parent
9393898e06
commit
455ad82ce7
4 changed files with 12 additions and 13 deletions
|
@ -13,11 +13,11 @@
|
|||
|
||||
const expanded = ref(false);
|
||||
|
||||
function toggle (): void {
|
||||
function toggle(): void {
|
||||
expanded.value = !expanded.value;
|
||||
}
|
||||
|
||||
function formatDate (timestamp: string | Date): string {
|
||||
function formatDate(timestamp: string | Date): string {
|
||||
return new Date(timestamp).toLocaleString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue