Skip to content

Commit fbb4bf4

Browse files
author
jiuker
committed
lint
1 parent 6c43b6b commit fbb4bf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ PutObjectResponse Client::PutObject(PutObjectArgs args) {
10661066
std::string upload_id;
10671067
error::Error first_err;
10681068
double completed_bytes = 0; // for progress
1069-
double upload_speed = -1; // for progress
1069+
double upload_speed = -1; // for progress
10701070

10711071
struct InflightPart {
10721072
unsigned int part_number;

0 commit comments

Comments
 (0)