Ran prettier on the whole frontend codebase again
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
const data = [{"name": "cloud", "type": "cloud"}, {"name": "onprem", "type": "onprem"}]
|
||||
const data = [
|
||||
{ name: "cloud", type: "cloud" },
|
||||
{ name: "onprem", type: "onprem" },
|
||||
];
|
||||
|
||||
export default data;
|
||||
export default data;
|
||||
|
||||
Reference in New Issue
Block a user