slightly format

This commit is contained in:
fyears 2024-05-07 23:48:37 +08:00
parent 084cbc8391
commit 235e346d2f
1 changed files with 5 additions and 1 deletions

View File

@ -1086,7 +1086,11 @@ export class RemotelySaveSettingTab extends PluginSettingTab {
dropdown
.setValue(
`${this.plugin.settings.s3.generateFolderObject ? "generate" : "notgenerate"}`
`${
this.plugin.settings.s3.generateFolderObject
? "generate"
: "notgenerate"
}`
)
.onChange(async (val) => {
if (val === "generate") {