Skip to content

Commit

Permalink
[CodeFactor] Apply fixes (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: codefactor-io <support@codefactor.io>
  • Loading branch information
codefactor-io[bot] and code-factor authored May 19, 2024
1 parent 4f90f6a commit 2b77808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Src/SmtpLw/SmtpLwClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : SmtpLw
// Author : Guilherme Branco Stracini
// Created : 07-05-2020
Expand Down Expand Up @@ -33,7 +33,6 @@ namespace SmtpLw
/// Implements the <see cref="SmtpLw.ISmtpLwClient" />
/// </summary>
/// <seealso cref="SmtpLw.ISmtpLwClient" />

[ExcludeFromCodeCoverage]
public class SmtpLwClient : ISmtpLwClient
{
Expand Down
3 changes: 1 addition & 2 deletions Src/SmtpLw/SmtpLwException.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ***********************************************************************
// ***********************************************************************
// Assembly : SmtpLw
// Author : Guilherme Branco Stracini
// Created : 07-05-2020
Expand All @@ -21,7 +21,6 @@ namespace SmtpLw
/// Implements the <see cref="System.Exception" />
/// </summary>
/// <seealso cref="System.Exception" />

[ExcludeFromCodeCoverage]
[Serializable]
public class SmtpLwException : Exception
Expand Down

0 comments on commit 2b77808

Please sign in to comment.