Skip to content

Commit a023cf5

Browse files
committed
format code
1 parent 54db3d7 commit a023cf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A verification code input widget.
99
## Usage
1010

1111
```dart
12-
VerifyCodeInput(
13-
onComplete: (String value) {
14-
print('Your input code is : $value');
15-
},
16-
)
12+
VerifyCodeInput(
13+
onComplete: (String value) {
14+
print('Your input code is : $value');
15+
},
16+
)
1717
```
1818

0 commit comments

Comments
 (0)