Skip to content

Commit

Permalink
fix: formatting in src/types.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Oct 7, 2024
1 parent efbb5c4 commit dd86f38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -623,10 +623,7 @@ mod tests {
.to_owned();

#[cfg(feature = "backend-mysql")]
assert_eq!(
query.to_string(MysqlQueryBuilder),
r"SELECT `hello-World_`"
);
assert_eq!(query.to_string(MysqlQueryBuilder), r"SELECT `hello-World_`");
#[cfg(feature = "backend-postgres")]
assert_eq!(
query.to_string(PostgresQueryBuilder),
Expand Down

0 comments on commit dd86f38

Please sign in to comment.