Skip to content

Commit c25879b

Browse files
committed
Fix autofill space
1 parent 0dda650 commit c25879b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/annotation/annotations/name.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function access() {
77
},
88

99
// Abuse the autofill feature to rewrite the `item.context`
10-
autofill(item){
10+
autofill(item) {
1111
if (item.name) {
1212
item.context.name = item.name;
1313
// Cleanup

0 commit comments

Comments
 (0)