Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Dec 16, 2024
1 parent 3e58972 commit 748bb56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/mount_point.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ import { getLinuxMountPoints } from "./linux/mount_points.js";
import { compactValues, isObject } from "./object.js";
import { Options } from "./options.js";
import { isMacOS, isWindows } from "./platform.js";
import {
isBlank,
isNotBlank,
sortObjectsByLocale,
toNotBlank,
} from "./string.js";
import { isNotBlank, sortObjectsByLocale, toNotBlank } from "./string.js";
import { assignSystemVolume, SystemVolumeConfig } from "./system_volume.js";
import { NativeBindingsFn } from "./types/native_bindings.js";
import { directoryStatus, VolumeHealthStatus } from "./volume_health_status.js";
Expand Down

0 comments on commit 748bb56

Please sign in to comment.