diff --git a/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs b/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs index 818a856..5450f53 100644 --- a/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs +++ b/LightweightIocContainer/Exceptions/NoPublicConstructorFoundException.cs @@ -1,6 +1,6 @@ -// // Author: Simon Gockner -// // Created: 2019-11-04 -// // Copyright(c) 2019 SimonG. All Rights Reserved. +// Author: Simon Gockner +// Created: 2019-11-04 +// Copyright(c) 2019 SimonG. All Rights Reserved. using System;