Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/CannotDeleteBackupFileException.cs =================================================================== diff -u -rf62076c7d8b6a65856fbab6a1b34b4234aa319e5 -r05013c44d1273bac219a442dc7959706c6bac715 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/CannotDeleteBackupFileException.cs (.../CannotDeleteBackupFileException.cs) (revision f62076c7d8b6a65856fbab6a1b34b4234aa319e5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Exceptions/CannotDeleteBackupFileException.cs (.../CannotDeleteBackupFileException.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715) @@ -49,6 +49,6 @@ /// The error message that explains the reason for the exception. /// The exception that is the cause of the current exception, /// or a null reference if no inner exception is specified. - public CannotDeleteBackupFileException(string message, Exception inner) : base(message, inner) { } + public CannotDeleteBackupFileException(string message, Exception inner) : base(message, inner) {} } } \ No newline at end of file