From dab0fe0368b02283a5c0f76599f26a1b59808c4f Mon Sep 17 00:00:00 2001 From: Tim Diekmann Date: Thu, 15 Sep 2022 14:50:39 +0200 Subject: [PATCH] Fix formatting --- .../lib/graph/src/store/postgres/context/entity.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/graph/hash_graph/lib/graph/src/store/postgres/context/entity.rs b/packages/graph/hash_graph/lib/graph/src/store/postgres/context/entity.rs index bc38bac0387..774f47449b3 100644 --- a/packages/graph/hash_graph/lib/graph/src/store/postgres/context/entity.rs +++ b/packages/graph/hash_graph/lib/graph/src/store/postgres/context/entity.rs @@ -42,7 +42,7 @@ fn row_stream_to_record_stream( } pub async fn read_all_entities(client: &impl AsClient) -> Result { - let row_stream= client + let row_stream = client .as_client() .query_raw( r#" @@ -55,7 +55,8 @@ pub async fn read_all_entities(client: &impl AsClient) -> Result