mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 20:21:25 +08:00
apply prettier on gigantic find and replace (#7604)
This commit is contained in:
@ -79,10 +79,7 @@ export default Ember.Component.extend({
|
||||
return;
|
||||
}
|
||||
|
||||
this.set(
|
||||
"values",
|
||||
this.collection.join(this.inputDelimiter || "\n")
|
||||
);
|
||||
this.set("values", this.collection.join(this.inputDelimiter || "\n"));
|
||||
},
|
||||
|
||||
_splitValues(values, delimiter) {
|
||||
|
Reference in New Issue
Block a user