Skip to content

Commit df828f3

Browse files
committed
fix: clippy lint
1 parent 129c189 commit df828f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl ProtoLanguageState {
125125
..Default::default()
126126
});
127127
v.extend(t);
128-
return v;
128+
v
129129
})
130130
};
131131

0 commit comments

Comments
 (0)