Skip to content

Commit

Permalink
Fixing format
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Jul 9, 2021
1 parent bf22f2a commit 48b80c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eul/Store/DiskStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ class DiskStore: ObservableObject, Refreshable {
}

list = DiskList(disks: volumes.compactMap {

if $0.starts(with: ".") || $0.contains("com.apple") { return nil }

let path = DiskList.pathForName($0)
let url = URL(fileURLWithPath: path)

Expand Down

0 comments on commit 48b80c9

Please sign in to comment.