Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

fixes header padding error when first column is RightJustified #2

Merged
merged 1 commit into from
May 10, 2018

Conversation

vmogilev
Copy link
Contributor

Prior to this fix, if the first table column is RightJustified, then tabular would loose the left padding on the header. Now, it works as expected and there is a test for this.

@vmogilev vmogilev merged commit 7afe17a into master May 10, 2018
@vmogilev vmogilev deleted the heading-fix branch May 10, 2018 22:04
@codecov
Copy link

codecov bot commented May 10, 2018

Codecov Report

Merging #2 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #2   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          28     31    +3     
=====================================
+ Hits           28     31    +3
Impacted Files Coverage Δ
tabular.go 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4d2b8bc...9d7aa76. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant