Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Jan 18, 2023
1 parent 39920ba commit 92118b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impl UpdateStatement {
}

/// Get column values
pub fn get_values(&self) -> &Vec<(DynIden, Box<SimpleExpr>)> {
pub fn get_values(&self) -> &[(DynIden, Box<SimpleExpr>)] {
&self.values
}
}
Expand Down

0 comments on commit 92118b7

Please sign in to comment.