Skip to content

Commit f46fafa

Browse files
iobuhovleonardomendix
authored andcommitted
chore: remove formatting
1 parent a73ef7d commit f46fafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/gallery-web/src/stores/AttributeStorage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ export class AttributeStorage implements ObservableStorage, ReactiveController {
4646

4747
setData(data: PlainJs): void {
4848
data = data === "" ? null : data;
49-
this._attribute.setValue(JSON.stringify(data, null, 2));
49+
this._attribute.setValue(JSON.stringify(data));
5050
}
5151
}

0 commit comments

Comments
 (0)