Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHogan committed Sep 15, 2021
1 parent 4216d06 commit 4be7aab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/bucket.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,8 @@ Status Bucket::Put(const std::vector<std::string> &names,
}

if (ctx.rr_retry) {
int num_devices = GetLocalSystemViewState(&hermes_->context_)->num_devices;
int num_devices =
GetLocalSystemViewState(&hermes_->context_)->num_devices;

for (int i = 0; i < num_devices; ++i) {
ret = PutInternal(names, sizes_in_bytes, blobs, ctx);
Expand Down

0 comments on commit 4be7aab

Please sign in to comment.