Skip to content

Commit

Permalink
🎨 some improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
juanhuttemann committed Aug 11, 2020
1 parent 3c8f32a commit 25929be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memdev.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ func Slots() (Slot, error) {
if size == 0 {
slots.Free++
continue
} else {
slots.Used++
}
slots.Used++

}
return slots, nil
}

0 comments on commit 25929be

Please sign in to comment.