Skip to content

Commit

Permalink
style: format code with Prettier, Autopep8 and StandardRB
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in f8b55fb according to the output
from Prettier, Autopep8 and StandardRB.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Sep 22, 2023
1 parent f8b55fb commit 4a01116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/index/CardsReferenceInfection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p>
{{
$t(
'県公式が公表を終了したことに伴い、こちらのタブにあるカードは更新終了となりました。カードは引き続きご覧いただけます。'
'県公式が公表を終了したことに伴い、こちらのタブにあるカードは更新終了となりました。カードは引き続きご覧いただけます。',

Check failure on line 7 in components/index/CardsReferenceInfection.vue

View workflow job for this annotation

GitHub Actions / eslint

[eslint] components/index/CardsReferenceInfection.vue#L7 <prettier/prettier>(https://github.com/prettier/eslint-plugin-prettier#options)

Delete `,`
Raw output
{"ruleId":"prettier/prettier","severity":2,"message":"Delete `,`","line":7,"column":73,"nodeType":null,"messageId":"delete","endLine":7,"endColumn":74,"fix":{"range":[157,158],"text":""}}
)
}}
</p>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const options: ThisTypedComponentOptionsWithRecordProps<
head(): MetaInfo {
return {
title: `${this.$t('県内の最新感染動向')} : ${this.$t(
'ワクチン接種状況'
'ワクチン接種状況',

Check failure on line 59 in pages/index.vue

View workflow job for this annotation

GitHub Actions / eslint

[eslint] pages/index.vue#L59 <prettier/prettier>(https://github.com/prettier/eslint-plugin-prettier#options)

Delete `,`
Raw output
{"ruleId":"prettier/prettier","severity":2,"message":"Delete `,`","line":59,"column":19,"nodeType":null,"messageId":"delete","endLine":59,"endColumn":20,"fix":{"range":[1286,1287],"text":""}}
)}` as string,
}
},
Expand Down
2 changes: 1 addition & 1 deletion pages/infection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const options: ThisTypedComponentOptionsWithRecordProps<
head(): MetaInfo {
return {
title: `${this.$t('県内の最新感染動向')} : ${this.$t(
'感染動向'
'感染動向',

Check failure on line 59 in pages/infection.vue

View workflow job for this annotation

GitHub Actions / eslint

[eslint] pages/infection.vue#L59 <prettier/prettier>(https://github.com/prettier/eslint-plugin-prettier#options)

Delete `,`
Raw output
{"ruleId":"prettier/prettier","severity":2,"message":"Delete `,`","line":59,"column":15,"nodeType":null,"messageId":"delete","endLine":59,"endColumn":16,"fix":{"range":[1282,1283],"text":""}}
)}` as string,
}
},
Expand Down

0 comments on commit 4a01116

Please sign in to comment.