Skip to content

Commit

Permalink
Remove @testable from production code. (#1355)
Browse files Browse the repository at this point in the history
Co-authored-by: Sichan Yoo <[email protected]>
  • Loading branch information
sichanyoo and Sichan Yoo authored Feb 16, 2024
1 parent 00c1ec1 commit 260ffe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SmithyReadWrite
import SmithyXML
@testable import ClientRuntime
import ClientRuntime

public struct Ec2Response {
public var errors: Ec2Errors?
Expand Down

0 comments on commit 260ffe0

Please sign in to comment.