Skip to content

Commit 68f7733

Browse files
committed
dummy commit
1 parent 0eae2e7 commit 68f7733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/go/0chain.net/blobbercore/allocation/newdirchange.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func (nf *NewDir) ApplyChange(ctx context.Context,
3232
if err != nil && err != gorm.ErrRecordNotFound {
3333
return err
3434
}
35+
3536
if parentRef == nil || parentRef.ID == 0 {
3637
_, err = reference.Mkdir(ctx, nf.AllocationID, nf.Path, allocationVersion, ts, collector)
3738
} else {

0 commit comments

Comments
 (0)