Skip to content

Commit

Permalink
refactor: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert committed Sep 28, 2023
1 parent 49a5142 commit ecf430a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;

namespace Immutable.Passport.Model
namespace Immutable.Passport.Model
{
[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class VersionInfo
Expand Down

0 comments on commit ecf430a

Please sign in to comment.