DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -13,8 +13,8 @@ export default Component.extend(BufferedContent, SettingComponent, {
|
||||
type: "PUT",
|
||||
data: {
|
||||
name: this.setting.setting,
|
||||
value: this.get("buffered.value")
|
||||
}
|
||||
value: this.get("buffered.value"),
|
||||
},
|
||||
});
|
||||
}
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user