Skip to content

Commit

Permalink
specify a namespace for the MiniLcmJson class
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Dec 11, 2024
1 parent 4085b10 commit 01106a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/FwLite/MiniLcm/MiniLcmJson.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
using System.Text.Json.Serialization.Metadata;
using MiniLcm.Attributes;

namespace MiniLcm;

public static class MiniLcmJson
{
public static IJsonTypeInfoResolver AddExternalMiniLcmModifiers(this IJsonTypeInfoResolver resolver)
Expand Down

0 comments on commit 01106a4

Please sign in to comment.