flux-framework / dyad

DYAD: DYnamic and Asynchronous Data Streamliner
GNU Lesser General Public License v3.0
7 stars 5 forks source link

Hotfix: removes blank lines from end of .sym files because they break builds #28

Closed ilumsden closed 1 year ago

ilumsden commented 1 year ago

During the review of #26, we noticed that GitHub didn't like the lack of a newline at the end of our .sym files, so we added those newlines. However, the addition of those newlines breaks Autotools builds. This PR adds those newlines back to the .sym files to fix DYAD's build process