Skip to content

Commit 4b4a89c

Browse files
authored
indentation
1 parent 61aff50 commit 4b4a89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

easybuild/tools/github.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,8 +1128,8 @@ def _easyconfigs_pr_common(paths, ecs, start_branch=None, pr_branch=None, start_
11281128
msg = "When only adding new easyconfigs usually a PR commit msg (--pr-commit-msg) should not be used, as "
11291129
msg += "the PR title will be automatically generated."
11301130
if build_option('force'):
1131-
print_msg(msg)
1132-
print_msg("Using the specified --pr-commit-msg As the force build option was specified.")
1131+
print_msg(msg)
1132+
print_msg("Using the specified --pr-commit-msg As the force build option was specified.")
11331133
else:
11341134
raise EasyBuildError(msg)
11351135
cnt = len(file_info['paths_in_repo'])

0 commit comments

Comments
 (0)