Skip to content

Commit 7ac79bf

Browse files
committed
Oops removing extra space
1 parent e07408a commit 7ac79bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub fn sync(toml_str: &str) -> CargoResult<()> {
104104
sync_with_connection(toml_str, &conn)
105105
}
106106

107-
pub fn sync_with_connection(toml_str: &str, conn: &PgConnection) -> CargoResult<()> {
107+
pub fn sync_with_connection(toml_str: &str, conn: &PgConnection) -> CargoResult<()> {
108108
use diesel::pg::upsert::*;
109109
use diesel::expression::dsl::all;
110110

0 commit comments

Comments
 (0)