Skip to content

Commit 649c40f

Browse files
committed
style fix
1 parent 9ca9268 commit 649c40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeAzureFileSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public FolderRenamePending(Path redoFile, NativeAzureFileSystem fs)
160160

161161
// open redo file
162162
Path f = redoFile;
163-
int l;
163+
int l;
164164
byte[] bytes;
165165
try (FSDataInputStream input = fs.open(f)) {
166166
bytes = new byte[MAX_RENAME_PENDING_FILE_SIZE];

0 commit comments

Comments
 (0)