FetchProcess#execute: fix formatting

Change-Id: I133af64e6b165bdc58b8d7c805f0c68b6919baf2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2020-11-29 01:24:08 +01:00 committed by Christian Halstrick
parent c8c0556f76
commit 5b16f32de0
1 changed files with 3 additions and 2 deletions

View File

@ -95,8 +95,9 @@ void execute(ProgressMonitor monitor, FetchResult result)
throw err;
} finally {
try {
for (PackLock lock : packLocks)
lock.unlock();
for (PackLock lock : packLocks) {
lock.unlock();
}
} catch (IOException e) {
if (e1 != null) {
e.addSuppressed(e1);