Skip to content

Commit

Permalink
use let
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 23, 2024
1 parent 023c0d0 commit 2ca60ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/AwsCommonRuntimeKit/crt/CBOR.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class CBOREncoder {
public class CBORDecoder {
var rawValue: OpaquePointer
// Keep a reference to data to make it outlive the decoder
var data: [UInt8]
let data: [UInt8]

public init(data: [UInt8]) throws {
self.data = data
Expand Down

0 comments on commit 2ca60ac

Please sign in to comment.