Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 3a7f107

Browse files
committed
Fix prettier and add yarn.lock
1 parent 4a1ddd1 commit 3a7f107

File tree

2 files changed

+6966
-2
lines changed

2 files changed

+6966
-2
lines changed

packages/system-monitor/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ const extension: JupyterFrontEndPlugin<void> = {
6363
refreshRate = settings.get('refreshRate').composite as number;
6464
const cpuSettings = settings.get('cpu').composite as IResourceSettings;
6565
cpuLabel = cpuSettings.label;
66-
const memorySettings = settings.get('memory')
67-
.composite as IResourceSettings;
66+
const memorySettings =
67+
settings.get('memory').composite as IResourceSettings;
6868
memoryLabel = memorySettings.label;
6969
}
7070

0 commit comments

Comments
 (0)