Skip to content

Commit 671ecd4

Browse files
iamcarbonabergs
authored andcommitted
Enable nullable on AttestedCredentialData
1 parent f775459 commit 671ecd4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Src/Fido2/Objects/AttestedCredentialData.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
#nullable disable
2-
3-
using System;
1+
using System;
42
using System.Buffers;
53
using System.Buffers.Binary;
64
using System.Runtime.InteropServices;

0 commit comments

Comments
 (0)