Prettier: Upgrade to 2 (#30387)
* Updated package json but not updated source files * Update eslint plugin * updated files
This commit is contained in:
@@ -31,7 +31,7 @@ describe('InputDatasource', () => {
|
||||
targets: [{ refId: 'Z' }],
|
||||
});
|
||||
|
||||
return ds.query(options).then(rsp => {
|
||||
return ds.query(options).then((rsp) => {
|
||||
expect(rsp.data.length).toBe(1);
|
||||
|
||||
const series: DataFrame = rsp.data[0];
|
||||
|
||||
Reference in New Issue
Block a user