What if add an additional transition layer behind the last Denseblock layer in DenseNet?

I know that the official DenseNet has no transition after the last Denseblock, but I found that an additional layer has been added in an open source code(EMLight/DenseNet.py at master · fnzhan/EMLight · GitHub). What will be the impact of this?