Skip to content

Commit a99e502

Browse files
smeyerreion-elgreco
authored andcommitted
Fix formatting
Signed-off-by: Sam Meyer-Reed <smeyerreed@gmail.com>
1 parent 4f9e1b9 commit a99e502

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

crates/lakefs/src/client.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,7 @@ impl LakeFSClient {
234234
self.config.host
235235
);
236236

237-
debug!(
238-
"Checking for changes from `{base_branch}` to `{compare_branch}` in repo: {repo}"
239-
);
237+
debug!("Checking for changes from `{base_branch}` to `{compare_branch}` in repo: {repo}");
240238
let response = self
241239
.http_client
242240
.get(&request_url)

0 commit comments

Comments
 (0)