From b7c4f29b79038dc5096daf2ddf5bbccdcff5b5e8 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 14 May 2015 16:26:44 -0700 Subject: [PATCH] LockInterface - Code style --- Civi/Core/Lock/LockInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Civi/Core/Lock/LockInterface.php b/Civi/Core/Lock/LockInterface.php index dadd4d88cd..c5a9ca80ae 100644 --- a/Civi/Core/Lock/LockInterface.php +++ b/Civi/Core/Lock/LockInterface.php @@ -55,4 +55,5 @@ interface LockInterface { * @return bool */ public function isAcquired(); + } -- 2.25.1