Skip to content

Commit 75cf7a1

Browse files
Formatting
1 parent b5e8fbf commit 75cf7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/cloudbees/syslog/util/CachingReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public E get() {
8686
// Downgrade by acquiring read lock before releasing write lock
8787
rwl.readLock().lock();
8888
rwl.writeLock().unlock();
89-
}
89+
}
9090
}
9191
return object;
9292
} finally {

0 commit comments

Comments
 (0)