Batch normalization VS Instance normalization for eps

I found there is a slight difference for eps in the doucement of batch normalization and instance normalization. The link: https://pytorch.org/docs/0.3.1/nn.html#batchnorm2d. In detail, the eps is inside of square root for batch normalization and outside of square root for instance normalization. Is there specific reason?