Skip to content

Commit 761fe0d

Browse files
committed
update
1 parent 93230d7 commit 761fe0d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

code_plugins/dart.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999
"prefix": "cc",
100100
"body": [
101101
"class $1 extends CustomClipper<Path> {",
102-
" @override",
103-
" Path getClip(Size size) {",
104-
" //TODO:",
105-
" }",
102+
" @override",
103+
" Path getClip(Size size) {",
104+
" //TODO:",
105+
" }",
106106
"",
107-
" @override",
108-
" bool shouldReclip(CustomClipper<Path> oldClipper) => false;",
107+
" @override",
108+
" bool shouldReclip(CustomClipper<Path> oldClipper) => false;",
109109
"}",
110110
],
111111
"description": "自定义CustomClipper"

0 commit comments

Comments
 (0)