Skip to content

Commit 9da02a5

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent bd5cbf4 commit 9da02a5

File tree

1 file changed

+2
-8
lines changed
  • ui/packages/shared/profile/src/ProfileFlameGraph/FlameGraphArrow

1 file changed

+2
-8
lines changed

ui/packages/shared/profile/src/ProfileFlameGraph/FlameGraphArrow/useZoom.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
import { useCallback, useEffect, useRef, useState } from 'react';
15-
16-
17-
18-
import { flushSync } from 'react-dom';
19-
20-
21-
14+
import {useCallback, useEffect, useRef, useState} from 'react';
2215

16+
import {flushSync} from 'react-dom';
2317

2418
const MIN_ZOOM = 1.0;
2519
const MAX_ZOOM = 20.0;

0 commit comments

Comments
 (0)