Skip to content

Commit

Permalink
Fix markdown creation
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco committed Jul 22, 2023
1 parent 87f7571 commit ac53133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BancosBrasileiros.MergeTool/Helpers/Writer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private static void SaveMarkdown(IList<Bank> banks)
"# Bancos Brasileiros",
string.Empty,
"COMPE | ISPB | Document | Long Name | Short Name | Network | Type | PIX Type | Charge | Credit Document | Legal Cheque | Salary Portability | Products | Url | Date Operation Started | Date PIX Started | Date Registered | Date Updated",
"--- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- "
"--- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- "
};

lines.AddRange(
Expand Down

0 comments on commit ac53133

Please sign in to comment.