Skip to content

Commit 5fa8c23

Browse files
committed
style fix
1 parent ff4e840 commit 5fa8c23

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/thread

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/thread/PLock.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
import com.oracle.graal.python.builtins.objects.type.PythonClass;
4747
import com.oracle.truffle.api.CompilerDirectives.TruffleBoundary;
48+
4849
public final class PLock extends AbstractPythonLock {
4950
private final Semaphore semaphore;
5051

0 commit comments

Comments
 (0)