Skip to content

Commit 0f0159b

Browse files
committedApr 12, 2024·
fix code format
1 parent 51453af commit 0f0159b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/data_provider.rs

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ fn select_functions(
120120
continue;
121121
}
122122

123-
124123
if field_name == "return_type" {
125124
values.push(Value::Text(function.return_type.to_owned()));
126125
continue;

0 commit comments

Comments
 (0)
Please sign in to comment.