Skip to content

Commit bf6de28

Browse files
Lintfix
1 parent cb081ae commit bf6de28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/domains/src/infra/repository/query_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ pub trait QueryParamsBuilder {
179179
})
180180
.collect::<Vec<_>>()
181181
.join(" OR ");
182-
return format!("({})", result);
182+
format!("({})", result)
183183
}
184184

185185
fn apply_pagination(

0 commit comments

Comments
 (0)