Skip to content

Commit e825d3f

Browse files
committed
Consistency tweaks
1 parent dda8d15 commit e825d3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

swift/example_code/rds/scenario/Sources/entry.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ class Example {
5353

5454
init(region: String, username: String, password: String) async throws{
5555
let rdsConfig = try await RDSClient.RDSClientConfiguration(region: region)
56-
self.rdsClient = RDSClient(config: rdsConfig)
56+
rdsClient = RDSClient(config: rdsConfig)
5757

58-
self.dbUsername = username
59-
self.dbPassword = password
58+
dbUsername = username
59+
dbPassword = password
6060
dbParameterGroupName = ""
6161
dbInstanceIdentifier = ""
6262
dbSnapshotIdentifier = ""

0 commit comments

Comments
 (0)