Skip to content

Commit 4afadcb

Browse files
author
Pavel Marek
committed
Fix style
1 parent a19dbdf commit 4afadcb

File tree

1 file changed

+2
-2
lines changed
  • com.oracle.truffle.r.test.packages/pkgtest

1 file changed

+2
-2
lines changed

com.oracle.truffle.r.test.packages/pkgtest/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -265,4 +265,4 @@ def computeApiChecksum(includeDir):
265265
def ensure_dir(path):
266266
if not os.path.exists(path):
267267
os.makedirs(path)
268-
return path
268+
return path

0 commit comments

Comments
 (0)