Skip to content

Commit

Permalink
[CodeFactor] Apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
code-factor committed Nov 23, 2024
1 parent 88a4c71 commit 273f1fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Text;
using System.Text;
using System.Text.Encodings.Web;
using System.Text.Json;
using PinguApps.Appwrite.Shared.Converters;
Expand Down Expand Up @@ -459,5 +459,4 @@ public void Write_ObjectValue_SerializesCorrectly()

Assert.Contains("\"objectField\":{}}", json);
}

}

0 comments on commit 273f1fa

Please sign in to comment.