Skip to content

Commit b72cc9e

Browse files
committed
chore(review): remove whitespaces
Resolve #352 (comment) Resolve #352 (comment) Resolve #352 (comment) Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 3e24e16 commit b72cc9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

OUDS/Core/OUDS/Sources/_OUDS.docc/GettingStarted.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ You can [refer to the wiki](https://github.com/Orange-OpenSource/ouds-ios/wiki/5
1717
You should use one (or several) of the following imports for your needs, which are basically _Swift Package_ products.
1818

1919
```swift
20-
import OUDS // If you want to define your theme or use OUDSThemeableView
20+
import OUDS // If you want to define your theme or use OUDSThemeableView
2121
import OUDSModules // To use modules
22-
import OUDSComponents // To use components
22+
import OUDSComponents // To use components
2323
import OUDSThemeOrange // To use the default theme
2424
import OUDSThemeInverse // To use the inverse theme
25-
import OUDSTokensComponent // If you need to override or use directly components tokens
26-
import OUDSTokenSemantic// If you need to override or use directly semantic tokens
27-
import OUDSTokensRaw // If you need to override or use directly raw tokens
25+
import OUDSTokensComponent // If you need to override or use directly components tokens
26+
import OUDSTokenSemantic // If you need to override or use directly semantic tokens
27+
import OUDSTokensRaw // If you need to override or use directly raw tokens
2828
```
2929

3030
### Chose your theme

0 commit comments

Comments
 (0)