Skip to content

Commit 80504bc

Browse files
committed
The hound requires multiple spaces before inline comments.
1 parent 7c831bf commit 80504bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/tools/systemtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def get_os_name():
563563

564564
os_name_map = {
565565
'red hat enterprise linux server': 'RHEL',
566-
'red hat enterprise linux': 'RHEL', # RHEL8 has no server/client
566+
'red hat enterprise linux': 'RHEL', # RHEL8 has no server/client
567567
'scientific linux sl': 'SL',
568568
'scientific linux': 'SL',
569569
'suse linux enterprise server': 'SLES',

0 commit comments

Comments
 (0)