Skip to content

Commit 02a2183

Browse files
committed
Fix lint
1 parent c0768a7 commit 02a2183

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

easybuild/toolchains/gcccore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
# At GCCcore level we do not allow OpenMP
3939
GCCCORE_BANNED_LIBRARIES = ['libgomp.so']
4040

41+
4142
class GCCcore(Gcc):
4243
"""Compiler-only toolchain, including only GCC and binutils."""
4344
NAME = 'GCCcore'

0 commit comments

Comments
 (0)