Skip to content

Commit a7e731d

Browse files
committed
Removed whitspace on blank line
1 parent f7fa73d commit a7e731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easystack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def parse_by_easyconfigs(filepath, easyconfigs, easybuild_version=None, robot=Fa
183183
msg = "Failed to parse easystack file: expected a dictionary with one key (the EasyConfig name). "
184184
msg += "Instead found keys: %s" % dict_keys
185185
raise EasyBuildError(msg)
186-
186+
187187
return easystack
188188

189189
@staticmethod

0 commit comments

Comments
 (0)