Commit 10c53f6
committed
Remove redundant CloudFormationOperationsClient type alias
Clean up unnecessary type alias that was creating confusion:
- Remove: type CloudFormationOperationsClient = CloudFormationOperations
- Update: NewCloudFormationClient() to return CloudFormationOperations directly
- Clean up formatting (remove extra blank lines)
Simplifies code architecture and removes confusing indirection.
All functionality preserved, cleaner interface usage.1 parent 767f744 commit 10c53f6
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 16 | | |
20 | 17 | | |
21 | 18 | | |
| |||
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | | - | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
0 commit comments