Skip to content

Commit 5868614

Browse files
author
Fabian Morgan
committed
pr review comments - whitespace fixes
1 parent a0b33cb commit 5868614

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ message CommitKeyRequest {
15851585
}
15861586

15871587
message CommitKeyResponse {
1588+
15881589
}
15891590

15901591
message AllocateBlockRequest {

hadoop-ozone/interface-client/src/main/resources/proto.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8656,4 +8656,4 @@
86568656
}
86578657
}
86588658
]
8659-
}
8659+
}

hadoop-ozone/s3gateway/src/main/java/org/apache/hadoop/ozone/s3/endpoint/EndpointBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ protected <T, E extends Exception> T runWithS3ActionString(String s3Action, Chec
260260
s3Auth.setS3Action(originalS3Action);
261261
}
262262
}
263-
263+
264264
protected OzoneVolume getVolume() throws IOException {
265265
return client.getObjectStore().getS3Volume();
266266
}

0 commit comments

Comments
 (0)