Skip to content

Commit

Permalink
cleanup: Stupid spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Feb 3, 2024
1 parent 373fece commit c685fb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ func (part *Partition) WaitUntilAvailable() {
for {
_, err := os.Stat(part.Path)
if !os.IsNotExist(err) {
// If Filesystem is not set, we're done
if part.Filesystem == "" {
return
}
// If Filesystem is not set, we're done
if part.Filesystem == "" {
return
}

if uuid, err := part.GetUUID(); err != nil && uuid != "" {
return
Expand Down

0 comments on commit c685fb1

Please sign in to comment.