Skip to content

Commit 955aee4

Browse files
format
1 parent 1de66a0 commit 955aee4

File tree

1 file changed

+1
-0
lines changed
  • RestClient.Net.CsTest/Models

1 file changed

+1
-0
lines changed

RestClient.Net.CsTest/Models/User.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace RestClient.Net.CsTest.Models;
22

3+
34
/*
45
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
56
internal record User(int Id, string Name, string Email);

0 commit comments

Comments
 (0)