Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jan 16, 2025
1 parent bd44116 commit 70444af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public static void Initialize()
VerifierSettings.DontScrubGuids();
VerifierSettings.AddExtraSettings(x => x.Converters.Insert(0, new JsonStringSerializer()));
VerifierSettings.AddExtraSettings(x => x.Converters.Insert(0, new IdStringSerializer()));

VerifierSettings.UseStrictJson();
VerifyQuibble.Initialize();
}
Expand Down

0 comments on commit 70444af

Please sign in to comment.