Skip to content

Commit

Permalink
test break formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran committed Jul 16, 2024
1 parent 3990460 commit 5f90d06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Raygun.NetCore.Blazor/Models/BrowserSpecs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ namespace Raygun.NetCore.Blazor.Models
/// This exists because we need to parse some stuff from the browser to construct a proper <see cref="EnvironmentDetails" />
/// instance. Also the <see cref="EnvironmentDetails" /> is a hot mess of JavaScript serialization inconsistency.
/// </remarks>
internal record BrowserSpecs
internal record



BrowserSpecs
{

#region Private Members
Expand Down

0 comments on commit 5f90d06

Please sign in to comment.