Skip to content

Commit cc853ef

Browse files
committed
fix: linting
1 parent 10e64bb commit cc853ef

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

src/components/settings/engine-settings.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,10 @@ export function EngineSettings() {
360360
</span>
361361
</div>
362362
<div className="h-2 bg-gray-100 dark:bg-gray-800 rounded-full">
363-
<div className="h-2 bg-gray-300 dark:bg-gray-600 rounded-full" style={{ width: '100%' }} />
363+
<div
364+
className="h-2 bg-gray-300 dark:bg-gray-600 rounded-full"
365+
style={{ width: '100%' }}
366+
/>
364367
</div>
365368
<div className="text-xs text-muted-foreground">
366369
Total available CPU cores
@@ -374,7 +377,10 @@ export function EngineSettings() {
374377
</span>
375378
</div>
376379
<div className="h-2 bg-gray-100 dark:bg-gray-800 rounded-full">
377-
<div className="h-2 bg-gray-300 dark:bg-gray-600 rounded-full" style={{ width: '100%' }} />
380+
<div
381+
className="h-2 bg-gray-300 dark:bg-gray-600 rounded-full"
382+
style={{ width: '100%' }}
383+
/>
378384
</div>
379385
<div className="text-xs text-muted-foreground">
380386
Total available system memory
@@ -389,7 +395,9 @@ export function EngineSettings() {
389395
</span>
390396
</div>
391397
<p className="text-sm text-blue-700 dark:text-blue-300 mt-1">
392-
This shows system capacity, not current utilization. Real-time resource usage statistics are not available through the Docker API.
398+
This shows system capacity, not current utilization.
399+
Real-time resource usage statistics are not available
400+
through the Docker API.
393401
</p>
394402
</div>
395403
</div>

0 commit comments

Comments
 (0)