Skip to content

Commit e6b0476

Browse files
authored
Fix non-brelable space (async-aws#642)
1 parent 69b9a2c commit e6b0476

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/contribute/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ The filesystem tree should look like.
5252
│ ├── src
5353
│ └── vendor
5454
│ ├── async-aws
55-
│ │   ├── core -> path-to-async-aws/src/Core
56-
│ │   └── sqs -> path-to-async-aws/src/Services/Sqs
55+
│ │ ├── core -> path-to-async-aws/src/Core
56+
│ │ └── sqs -> path-to-async-aws/src/Services/Sqs
5757
│ ├── autoload.php
5858
│ └── composer
5959
└── aws
60-
   ├── link
61-
   └── src
60+
├── link
61+
└── src
6262
```
6363

6464

src/Integration/Laravel/Cache/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## NOT RELEASED
44

5-
## 0.1.1
5+
## 0.1.1
66

77
### Fixed
88

src/Integration/Symfony/Bundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## NOT RELEASED
44

5-
### Added
5+
### Added
66

77
- Caching of credentials fetched by Clients
88

src/Service/CognitoIdentityProvider/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
- Removes methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` from Client.
1010

11-
### Added
11+
### Added
1212

1313
- Add return typehint for `listUsers`
1414

0 commit comments

Comments
 (0)