Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not print newline after functor declaration #2179

Merged
merged 1 commit into from Jan 23, 2022

Conversation

mbid
Copy link
Contributor

@mbid mbid commented Jan 22, 2022

For other declarations, e.g. relations or types, we don't print newlines, so we probably also don't want it for functors.

@codecov
Copy link

codecov bot commented Jan 23, 2022

Codecov Report

Merging #2179 (2fa0494) into master (ab8929f) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2179      +/-   ##
==========================================
- Coverage   75.55%   75.54%   -0.01%     
==========================================
  Files         452      452              
  Lines       27249    27248       -1     
==========================================
- Hits        20587    20585       -2     
- Misses       6662     6663       +1     
Impacted Files Coverage Δ
src/ast/FunctorDeclaration.cpp 38.09% <ø> (+1.73%) ⬆️
...ouffle/datastructure/ConcurrentInsertOnlyHashMap.h 88.18% <0.00%> (-1.82%) ⬇️
src/include/souffle/utility/ParallelUtil.h 83.72% <0.00%> (-1.56%) ⬇️
src/include/souffle/datastructure/BTree.h 97.47% <0.00%> (+0.42%) ⬆️

@b-scholz
Copy link
Member

Thanks for the contribution

@b-scholz b-scholz merged commit 5f89be1 into souffle-lang:master Jan 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants