Skip to content

Commit 5471bc6

Browse files
committed
docs: fix style
1 parent 33e57a1 commit 5471bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ val appName = locale.appName
3838
If you are still using Java, the writing method remains the same.
3939

4040
```java
41-
var locale=AppLocale.attach(context);
42-
var appName=locale.getAppName();
41+
var locale = AppLocale.attach(context);
42+
var appName = locale.getAppName();
4343
```
4444

4545
## Compatibility

0 commit comments

Comments
 (0)