Skip to content

Commit

Permalink
remove redundant newline
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Jan 12, 2025
1 parent a4ad000 commit cb5cd0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/configure
Original file line number Diff line number Diff line change
Expand Up @@ -3338,7 +3338,7 @@ printf "%s\n" "${ac_pkg_openmp}" >&6; }
OPENMP_LIB=''
echo '*****************************************************************************************'
echo ' OpenMP is unavailable on this Mac OSX system. Training speed may be suboptimal.'
echo ' To use all CPU cores for training jobs, you should install OpenMP by running\n'
echo ' To use all CPU cores for training jobs, you should install OpenMP by running'
echo ' brew install libomp'
echo '*****************************************************************************************'
fi
Expand Down
2 changes: 1 addition & 1 deletion R-package/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ then
OPENMP_LIB=''
echo '*****************************************************************************************'
echo ' OpenMP is unavailable on this Mac OSX system. Training speed may be suboptimal.'
echo ' To use all CPU cores for training jobs, you should install OpenMP by running\n'
echo ' To use all CPU cores for training jobs, you should install OpenMP by running'
echo ' brew install libomp'
echo '*****************************************************************************************'
fi
Expand Down

0 comments on commit cb5cd0b

Please sign in to comment.