Skip to content

Commit

Permalink
fix style (#1792)
Browse files Browse the repository at this point in the history
  • Loading branch information
BarkovBG authored Aug 14, 2024
1 parent b820557 commit 7712258
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ func (s *storageYDB) checkBaseDiskSlotReleased(
defer tx.Rollback(ctx)

slot, err := s.getAcquiredSlot(ctx, tx, overlayDiskID)
if err != nil {
return err
}
if slot == nil {
return tx.Commit(ctx)
}
Expand Down

0 comments on commit 7712258

Please sign in to comment.