Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Georg Semmler <github@weiznich.de>
  • Loading branch information
marvin-hansen and weiznich authored Aug 23, 2024
1 parent b34f35e commit 54da533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/postgres/custom_arrays/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ pub struct CreateService {
}

#[derive(Debug, Clone, Queryable, Insertable, AsChangeset)]
#[diesel(table_name= crate::schema::smdb::service)]
#[diesel(table_name = crate::schema::smdb::service)]
pub struct UpdateService {
pub name: Option<String>,
pub version: Option<i32>,
Expand Down

0 comments on commit 54da533

Please sign in to comment.