Skip to content

Commit

Permalink
Update Source/AwsCommonRuntimeKit/crt/CBOR.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Dengke Tang <[email protected]>
  • Loading branch information
waahm7 and TingDaoK authored Nov 22, 2024
1 parent 40eee2b commit 0bf7b6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/AwsCommonRuntimeKit/crt/CBOR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ public enum CBORType: Equatable {
/// with `indef_*_start` and then end the encoding with this `indef_break` type. During decoding, you will get
/// the `indef_*_start` type first, followed by N elements, and the break type at the end.
case indef_break
/// Indefinite Array Type
case indef_array_start
/// Indefinite Map Type
case indef_map_start
/// Indefinite Bytes Type
case indef_bytes_start
/// Indefinite Text Type
case indef_text_start
/// Indefinite Array Type
case indef_array_start
/// Indefinite Map Type
case indef_map_start
}

/// Encoder for the CBOR Types.
Expand Down

0 comments on commit 0bf7b6e

Please sign in to comment.