Skip to content

Commit 0f92f6a

Browse files
committed
fix fmt
1 parent 3dad440 commit 0f92f6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend-rust/src/graphql_api/contract.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ impl QueryContract {
190190
result.db_max_index.map_or(false, |db_max| db_max > page_max_id);
191191
connection.has_next_page =
192192
result.db_min_index.map_or(false, |db_min| db_min < page_min_id);
193-
194193
}
195194

196195
Ok(connection)

0 commit comments

Comments
 (0)