Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Mar 20, 2024
1 parent f870184 commit bfa8b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/io/istio/v1beta/_todo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class EnvoyFilterStatus {
EnvoyFilterStatus.fromJson(Map<String, dynamic> json) : this();
}

///
/// PeerAuthenticationSpec
class PeerAuthenticationSpec {
/// The main constructor.
const PeerAuthenticationSpec();
Expand All @@ -54,7 +54,7 @@ class PeerAuthenticationSpec {
PeerAuthenticationSpec.fromJson(Map<String, dynamic> json) : this();
}

///
/// PeerAuthenticationStatus
class PeerAuthenticationStatus {
/// The main constructor.
const PeerAuthenticationStatus();
Expand Down

0 comments on commit bfa8b3d

Please sign in to comment.