Skip to content

Commit

Permalink
fix: static analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Nov 29, 2024
1 parent 7a20619 commit 09eb64a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ class X509CertificateExtensions with EquatableMixin {
List<Object?> get props => [subjectAltName];
}

/// Represents an ASN1 encodable string that can be optionally tagged with [tag].
/// Represents an ASN1 encodable string
/// that can be optionally tagged with [tag].
class X509String with EquatableMixin {
/// An ASN1 tag for the uris.
static const int uriTag = 0x86;
Expand Down

0 comments on commit 09eb64a

Please sign in to comment.